Bugzilla – Attachment 115185 Details for
Bug 27299
Zebra phrase register is incorrectly tokenized when using ICU
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27299: Remove tokenization for phrase register/index with ICU
Bug-27299-Remove-tokenization-for-phrase-registeri.patch (text/plain), 1.10 KB, created by
Fridolin Somers
on 2021-01-15 09:49:36 UTC
(
hide
)
Description:
Bug 27299: Remove tokenization for phrase register/index with ICU
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2021-01-15 09:49:36 UTC
Size:
1.10 KB
patch
obsolete
>From 20e956808d22816c675ce80800a1d95c223268be Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Wed, 23 Dec 2020 09:57:38 +1100 >Subject: [PATCH] Bug 27299: Remove tokenization for phrase register/index with > ICU > >This patch removes tokenization for phrase register/index when >using ICU. > >This should cause "exact" searches to work the same way with ICU >as they do with CHR. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> >--- > etc/zebradb/etc/phrases-icu.xml | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/etc/zebradb/etc/phrases-icu.xml b/etc/zebradb/etc/phrases-icu.xml >index 69cc12453e..5045a49d5e 100644 >--- a/etc/zebradb/etc/phrases-icu.xml >+++ b/etc/zebradb/etc/phrases-icu.xml >@@ -5,7 +5,6 @@ > <transliterate rule="{ Ã > ae "/> > <!-- Remove control characters except \t\n\r --> > <transform rule="[\x00-\x08\x0B\x0C\x0E-\x1F\x7F] Any-Remove"/> >- <tokenize rule="l"/> > <transform rule="[:Punctuation:] Remove"/> > <transform rule="NFD"/> > <transform rule="[:Nonspacing Mark:] Remove"/> >-- >2.30.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27299
:
114646
|
114827
|
115061
| 115185