[Koha-bugs] [Bug 35455] ICU does not strip = when indexing/searching

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 1 03:06:01 CET 2023


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

--- Comment #1 from David Cook <dcook at prosentient.com.au> ---
For example:

Record 1:
245$a Awesome title: awesome subtitle

Record 2:
245$a Cool article
773$t Awesome title: awesome subtitle

--

At indexing time, this will be indexed as "Awesome title awesome subtitle" as
the ICU removes the punctuation. 

At search time, we can't use "Awesome title= awesome subtitle" because the
tokens "title" and "title=" won't match. We've got to remove the = since at
indexing time it was a :

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


More information about the Koha-bugs mailing list