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

--- Comment #1 from David Cook <dc...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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/

Reply via email to