https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16921
Jacek Ablewicz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Jacek Ablewicz <[email protected]> --- (In reply to Nicholas van Oudtshoorn from comment #0) > Copied from an email to the devel list: > Investigating, it seems like zebra isn't giving the right search results > back. > > I can confirm this in yaz-client using the query that is created by koha. > Searching for "Bentley, Peter, Ed." returns 4 results, only two of which are > close. Actually, the record I'm trying to match is "Bentley, Peter, (Ed.)" - > the last option. > > Interestingly enough, if I search for "Bentley, > 3432531531532513985735981<anything at all here>" it will also show me > the same four results.So does searching for "Bentley 513513531513515151".But > searching for "Bentleyr435435151551251" shows no results, as I would expect. Hi, attribute combo (phrase, no trucation, complete field) used in yaz-client test, from the 1st mail in koha-devel list back in June 23: @attr 1=Match-heading @attr 4=1 @attr 5=100 @attr 6=3 "Bentley, Peter, Ed." looks fine to me, and in my test setup it returns a proper result (only one, exact authority record matched). Most likely, problem is not in the Koha authority matching code, but in Zebra itself (it's config, or maybe the particular version you are using is buggy). BTW, do you have ICU tokenizer enabled? If yes, there were some known problems with it (completeness and position attributes not working at all, or not working properly) especially in not up-to-date zebra versions (see Bug 13751 and Bug 16581). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
