Bugzilla – Attachment 101306 Details for
Bug 21357
Filter elisions from index and search terms in Elasticsearch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21357: Case-insensive articles to the elision filter
Bug-21357-Case-insensive-articles-to-the-elision-f.patch (text/plain), 1000 bytes, created by
Bouzid Fergani
on 2020-03-20 18:06:39 UTC
(
hide
)
Description:
Bug 21357: Case-insensive articles to the elision filter
Filename:
MIME Type:
Creator:
Bouzid Fergani
Created:
2020-03-20 18:06:39 UTC
Size:
1000 bytes
patch
obsolete
>From a6a61b8a69568162a2007db3f8acec0ac694a94e Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Wed, 29 May 2019 17:40:10 +0200 >Subject: [PATCH] Bug 21357: Case-insensive articles to the elision filter > >Test with : >GET index/_analyze >{ > "filter": ["elision"], > "text": "qu'ils" >} > >With different cases : >QU'ILS >Qu'ils >qu'ils >qU'ILS > >Signed-off-by: Michal Denar <black23@gmail.com> >Signed-off-by: Bouzid Fergani <bouzid.fergani@inlibro.com> >--- > admin/searchengine/elasticsearch/index_config.yaml | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/admin/searchengine/elasticsearch/index_config.yaml b/admin/searchengine/elasticsearch/index_config.yaml >index 1fcf9f2..e15dcb8 100644 >--- a/admin/searchengine/elasticsearch/index_config.yaml >+++ b/admin/searchengine/elasticsearch/index_config.yaml >@@ -44,6 +44,7 @@ index: > filter: > elision: > type: elision >+ articles_case: true > articles: > - 'c' > - 'd' >-- >2.7.4
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 21357
:
78889
|
79375
|
79564
|
86670
|
87901
|
87902
|
90191
|
98169
|
98244
|
98245
|
98246
|
101305
| 101306 |
101307
|
101309
|
101310
|
101311