https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43113
--- Comment #3 from David Cook <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
