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).

Comments

JacobSingh’s picture

Status: Needs review » Closed (duplicate)

Hi 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

john.money’s picture

K... 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. :)