Add following settings to apachesolr_search:
- enable Apache Solr Search as the default tab
- disable node search
- disable user search
The first setting is accomplished by copying a function from search.module and replacing the default key search/node with search/apachesolr_search. The latter two settings are accomplished via menu_access... no ugly patching of core like coresearches.
Patched against apachesolr_search 5.x-dev (0917).
| Comment | File | Size | Author |
|---|---|---|---|
| apachesolr_search_settings.png | 32.35 KB | john.money | |
| apachesolr_search_settings.patch | 4.7 KB | john.money |
Comments
Comment #1
JacobSingh commentedHi gestalt,
Check out this patch: http://drupal.org/node/295136
I also made a similar patch for apachesolr, but Robert had me and pahariwalla move it over there. It makes sense as this is something needed by all 3rd party searches. See if you can help out on that one (review, etc) or create a new one for disabling if you so wish. When it is in search_config, we'll add to the docs for AS
Best,
Jacob
Comment #2
john.money commentedK... download and looking at it now (so many modules, so little time). As long as I don't have to patch core, I'm happy. :)