[Koha-bugs] [Bug 21084] Searching for authorities with 'contains' gives no results if search terms include punctuation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 5 15:28:52 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21084

--- Comment #1 from Ere Maijala <ere.maijala at helsinki.fi> ---
Created attachment 82868
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82868&action=edit
Bug 21084: Fix automatic truncation in authority search

- Makes token splitting work like in biblio search
- Only adds right hand truncation since that's what Zebra also does
- Only adds truncation if the token is not a phrase and ends in a word
character
- Adds tests to existing and new QueryBuilder functions

Test plan:

1. Create an authority record for "Duck, Donald"
2. Try contains type authority searches with the following terms and make sure
they find the record:
Duck, Donald
donald duck
don duck
"Duck, Donald"
3. Make sure the following search works but does not find anything:
"Duck, Don"

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list