https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23053 Bug ID: 23053 Summary: Local-Number cannot be used for authority matching due to non-existence of 'phrase' index Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: MARC Authority data support Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Target Milestone: --- Bug 21581 ensured that we can pass authority indexes through to the authorities search for matching, however, when searching in Zebra we deault to using: @attr 6=3 This seems to be equivalent to searching 'phrase' index for a field: See section 2.4.5 https://software.indexdata.com/zebra/doc/querymodel-rpn.html It seems Local-Number does not support phrase searching currently To recreate: 1 - Define a matching rule for authorities on field 001 index Local-Number 2 - In koha-conf.xml raise the zebra_loglevels <zebra_loglevels>none,fatal,warn,request,info</zebra_loglevels> 3 - Export some authorities using the tools->export data 4 - Import those authorities 5 - Note no matches found 6 - View the zebra output log, you should see lots of error 114 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.