Bugzilla – Attachment 90191 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), 899 bytes, created by
Fridolin Somers
on 2019-05-29 15:43:49 UTC
(
hide
)
Description:
Bug 21357: Case-insensive articles to the elision filter
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2019-05-29 15:43:49 UTC
Size:
899 bytes
patch
obsolete
>From 623bb2ef028ba86e2d4a33d048a25c02a2f6ca6b 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 >--- > 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 f47fb22ad0..72b0018bca 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.17.1
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