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

damien tournoud’s picture

Project: Drupal.org infrastructure » Project
Version: » 6.x-1.x-dev
Component: Other » ApacheSolr integration

Erm. Reproduced.

mustanggb’s picture

Status: Active » Postponed (maintainer needs more info)

Can't reproduce this anymore, did it get fixed already?

dww’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

I can't reproduce it, either. I believe this was fixed as a byproduct of #425986: Convert project browsing facet blocks to a navigation form.