This module is doing amazing things for a website I'm working on! Thanks.
The user has asked for a modification in what/how is being displayed in the search results.
When I do a guided search, I end up at .../results/taxonomy%3A33 with what looks like a list of "standard" search results.
If that is the case, I'm guessing the search-result.tpl.php file is controlling what is displayed.
Is this right?
If so, generally you can override the tpl file for something like page.tpl.php without affecting every page with a node specific (or module specific?) tpl file like page-34.tpl.php.
Assuming I am correct in the above, what would be the module specific name for search-results.tpl.php that should be used to modify the output of a faceted search while leaving the site wide search alone?
Can it be limited even more (like to one faceted search environment)? If so what would that .tpl file name pattern look like (I'm presuming something like search-results-xxx-environmentname.tpl.php?)?
Thanks in advance for any help.
Comments
Comment #1
kemo1 commentedSubscribing
Comment #2
kent_drupal commentedYou can use panels to override the layout of taxonomy/%/term page and then it will show results accordingly.
You can also make a view and call it from overridden panel (above).