[Bug 38392] New: Support exact field content search
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38392 Bug ID: 38392 Summary: Support exact field content search Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org Sometimes, especially when dealing with with libraries that have many records, it can be really helpful to be able to do an exact search. Examples would be serials like "Nature" or "Pädagogik". If you are a big or special library with a lot of materials on this topic limiting to serials might not be enough to find these quickly. With Zebra we can do: ti,ext:Nature to do an exact search on the field content. Nothing before, nothing after, not truncated etc. With Elasticsearch this doesn't seem to be possible right now. -- 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=38392 trevor.diamond@mainlib.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |trevor.diamond@mainlib.org --- Comment #1 from trevor.diamond@mainlib.org --- Our staff are interested in this option as well. Sometimes it can be very useful for title searching especially. title as phrase doesn't quite do it because the QueryAutoTruncate system preference still causes many irrelevant results to show up. -- 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=38392 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- We discussed this at the hackfest and found a workaround that seems to achieve the expected result when using the "expert search": ti.phrase:(Nature) Leaving this here as a possible workaround. Ideally it should be possible to do an exact search from the advanced search form at least without having to know special syntax. -- 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=38392 --- Comment #3 from trevor.diamond@mainlib.org --- (In reply to Katrin Fischer from comment #2)
We discussed this at the hackfest and found a workaround that seems to achieve the expected result when using the "expert search":
ti.phrase:(Nature)
Leaving this here as a possible workaround. Ideally it should be possible to do an exact search from the advanced search form at least without having to know special syntax.
Love being able to provide a workaround in the meantime! -- 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=38392 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |philip.orr@lmscloud.de --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Thanks goes to Philip Orr! -- 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