2 May
2022
2 May
'22
12:13 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30641 --- Comment #11 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Looks like that Zebra has no problem with the an:"9" since it is a :w index in MARC21. In UNIMARC it is both :n and :w. But Zebra does not need it; SimpleSearch does not add the asterisks for truncation. Apparently, Elastic does because QueryBuilder is adding asterisks. Looks to me that this is actually a more general problem: Elastic's simple_search_compat is not 'simple' enough ;) The quotes are a workaround. Note: We are forming queries like an:1 in more places in code. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.