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
Post a Comment