Summary: | Search within result list broken? | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Searching | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | nick |
Version: | Main | ||
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: | 32026 | ||
Bug Blocks: |
Description
Katrin Fischer
2023-04-17 09:26:18 UTC
With Nick's help we've been able to limit the problem: * IntranetCatalogSearchPulldown needs to be active, it defaults to keyword * Keyword needs to be selected when searching within results The search then generates the limit as: ...limit=kw:term This doesn't work But this will: ...limit=term Keyword,phrase also doesn't work. |