Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Jul 2009 at 09:29 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
pwolanin commentedis this still happening? I think at one point it was setting the page arguments for the menu callback, which was not correct.
Comment #2
jpmckinney commentedIn apachesolr_search_view() in 6.x-2.x:
means that Solr will be run even at search/node and facets will show up.
Change it to:
and all is well.
The issue that changed this line is #499302: Remove dependence on search.module.
We will have to do much more to be independent of search.module. I don't mind adding this little bit of dependence back.
This is not a problem in 1.x, which uses search_data().
Comment #3
jpmckinney commentedComment #4
jpmckinney commentedNote: not an issue in 7.x
Comment #5
jpmckinney commentedComment #6
jpmckinney commented