Problem/Motivation
Please correct me if the flow is wrong, but when searching for a module, you may have a situation where the module that you are looking for exists, but it's not compatible with your current Drupal version. The outcome is that it won't even show in the search.
That is confusing, and it is hiding modules that could benefit from contributions of third party developers that, for example, need the module and even could help contributing with a small MR to fix the compatibility
It also gives the wrong picture of the modules available for a given problem.
Steps to reproduce
Search for a module that is not compatible with your existing current version. Modules that exist will not appear.
Proposed resolution
All modules should appear based on the keyword. If a module is not compatible, it should be displayed accordingly, maybe using a grey background, or a red message that indicates that although the solution exists, it's not yet compatible. Maybe add as well a link to tell the maintainers to update, or instructions on how to actually help.