Thread Starter
noemis
(@noemis)
At least I could solve the problem and maybe it is also a solution for somebody else. It’s a simple trick, but seem to solve the problem:
in the file faceted-search.php search the line
//build the output string to display the categories
$returnstring = ‘<form name=”faceted-search” method=”post”
action=””>’;
and replace it with the foloowing:
//build the output string to display the categories
$returnstring = ‘<form name=”faceted-search” method=”post”
action=”http://www.your-domain.com/?cat=1″>’;
You have to replace “your-domain.com” with your domain 🙂 – and the only difference is now, that every search result is build with the form/template of cat=1… and so they results are not displayed as post after post, which was the problem when you used the widget on a single page.
best regards and still thank you for the plugin
sim
Thread Starter
noemis
(@noemis)
and the possible feature “A separate search page for faceted search instead of a widget” would be great 🙂