[Bug 33543] New: Search within result list broken?
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33543 Bug ID: 33543 Summary: Search within result list broken? Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org Depends on: 32026 The new'ish feature for searching within a result list doesn't work in my tests. I tested on 2 different 22.11 installations, one with Zebra and one with Elasticsearch. The Elasticsearch installation wouldn't give any results. To test: * In the staff interface * Search for: Quantenmechanik (or any other existing word in your catalog) * Search within search: a keyword that exists in the result list titles, I used: Entwicklung * The generated URL is: /cgi-bin/koha/catalogue/search.pl?idx=kw&q=quantenmechanik&&&limit=kw:Entwicklung * No rsults were found Not completely sure yet if the search engine is to blame or some other setting. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32026 [Bug 32026] 'Search within results' and its input field in staff search results page are misaligned -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33543 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- 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 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33543 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Keyword,phrase also doesn't work. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33543 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE CC| |nick@bywatersolutions.com Status|NEW |RESOLVED --- Comment #3 from Nick Clemens <nick@bywatersolutions.com> --- *** This bug has been marked as a duplicate of bug 33093 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33543 Bug 33543 depends on bug 32026, which changed state. Bug 32026 Summary: 'Search within results' and its input field in staff search results page are misaligned https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32026 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org