By jeremyq on
This link below details how to Creating custom search facets with the Apache Solr Facet Builder module which I have been able to do no problem http://drupal.org/node/773370
I have created a custom search hook following the guidelines here http://api.drupal.org/api/drupal/developer--hooks--core.php/function/hoo.... The search hook uses Apache Solr for its index.
My custom search sits at a different path/menu to the main search. What I want to do is add facets to this custom search hook. Is this possible to do? I've spent the last 2 hours googling and search the forums but can't find in anything. Any help much appreciated.
Thanks