Bug 38392 - Support exact field content search
Summary: Support exact field content search
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching - Elasticsearch (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-07 13:18 UTC by Katrin Fischer
Modified: 2024-11-07 13:18 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2024-11-07 13:18:57 UTC
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.