1 Dec
2023
1 Dec
'23
2:06 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35455 --- Comment #1 from David Cook <dcook@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.