Is our use of menu_alter incompatible with fallback to core search?
robertDouglass - July 4, 2009 - 09:29
| Project: | Apache Solr Search Integration |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
It is puzzling to me that q=search/node should call apachesolr_search_view(). This is precisely what happens, though, and one side effect is that the browse blocks in #457826: On empty search, show enabled filters to start a search show up on search/node, with facet link URLs that start with search/node (this can't work, obviously). I think this might be a regression that prevents the proper functioning of the fallback to core search when Solr is unavailable. In any case, we should answer the question, "Is it a bug that q=search/node calls apachesolr_search_view()?"

#1
is this still happening? I think at one point it was setting the page arguments for the menu callback, which was not correct.