Summary: | Search categories for itemtypes broken | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | jonathan.druart, veron |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 10937 | ||
Bug Blocks: |
Description
Katrin Fischer
2016-11-01 14:09:26 UTC
I don't think it's more broken than when it has been pushed. If you select a term, you will get results. I only get no result when I select the item type group as unique filter. It's caused by: 110 elsif ((@params>=1) || ($cgi->param("q")) || ($cgi->param('multibranchlimit')) || ($cgi->param('limit-yr')) ) { 111 $template_name = 'opac-results.tt'; 112 } Which won't set the result page if searchcat (only) is passed. |