How can I change the apache solr search URL in Drupal? -


how can change default apache solr url path search/apachesolr_search/term else?

you can create menu item has callback:

$menu['search']['page callback'] = 'apachesolr_search_view';

this make url use apachesolr search it's return.

what trying change to?


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -