Fix searching by username by reverting account verbatim tokenizer to standard (#26739)
This commit is contained in:
@@ -34,7 +34,7 @@ class AccountsIndex < Chewy::Index
|
|||||||
},
|
},
|
||||||
|
|
||||||
verbatim: {
|
verbatim: {
|
||||||
tokenizer: 'uax_url_email',
|
tokenizer: 'standard',
|
||||||
filter: %w(lowercase asciifolding cjk_width),
|
filter: %w(lowercase asciifolding cjk_width),
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user