http://d6.drupal.org/project/modules?filters=drupal_core:87
when I filter on project/modules page then I can see themes mixed with modules.. Without filter the list seems good.
Could be an Apache Solr Search problem..
http://d6.drupal.org/project/modules?filters=drupal_core:87
when I filter on project/modules page then I can see themes mixed with modules.. Without filter the list seems good.
Could be an Apache Solr Search problem..
Comments
Comment #1
drummComment #2
damien tournoud commentedInteresting.
Comment #3
dwwNote: when sorting modules by usage, I once saw the Drupal core project teaser at the top of the list. Seems like the same bug.
Comment #4
damien tournoud commentedFixed by http://drupal.org/cvs?commit=170477: we need to add the static filters at the end of the query preparation, just before execution. If we don't, they get lost when calling apachesolr_modify_query().