Sorry, I'm not sure which queue this goes into. I find all the options very confusing. :(
Steps to reproduce:
1. From the block at http://drupal.org/project/modules, search for a term such as "private" which (as of right now) shows "Private nodes" module first (with only a 5.x release) and "Private" module second (with a 6.x release)
2. Click "6.x" under "Filter by compatibility"
Expected behaviour: Private nodes module goes away, Private module is first in the list.
Actual behaviour: "404 blocks" module shows up first, because it is the alphabetically first 6.x module, and has nothing to do with privacy.
This is happening because the filters are not taking into consideration the keywords entered into the search block. They point to http://drupal.org/project/modules?filters=drupal_core:87 not http://drupal.org/project/modules?filters=drupal_core:87&text=private
Comments
Comment #1
damien tournoud commentedErm. Reproduced.
Comment #2
mustanggb commentedCan't reproduce this anymore, did it get fixed already?
Comment #3
dwwI can't reproduce it, either. I believe this was fixed as a byproduct of #425986: Convert project browsing facet blocks to a navigation form.