3 Aug
2026
3 Aug
'26
11:25 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43113 --- Comment #3 from David Cook <dcook@prosentient.com.au> --- Can you use ",phr" for ES? In Koha/SearchEngine/Elasticsearch/QueryBuilder.pm I notice ",phr" changes the query to this: "$field:(\"$term\"). Would that be sufficient? In UNIMARC, there's "Host-item:p" in the Zebra conf but in MARC21 it's just "Host-item:w". The optimal solve probably would be to add "Host-item:p" for MARC21 and then to use "Host-item,phr" to cover both Zebra and Elastic I would think? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.