Fix searching by username by reverting account verbatim tokenizer to `standard` (#26739)

lolsob-rspec
Claire 2023-08-31 15:35:58 +02:00 committed by GitHub
parent df241f222b
commit 76033c02ff
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class AccountsIndex < Chewy::Index
},
verbatim: {
tokenizer: 'uax_url_email',
tokenizer: 'standard',
filter: %w(lowercase asciifolding cjk_width),
},