Fix searching by username by reverting account verbatim tokenizer to `standard` (#26739)
1 files changed, 1 insertions(+), 1 deletions(-) M app/chewy/accounts_index.rb
M app/chewy/accounts_index.rb => app/chewy/accounts_index.rb +1 -1
@@ 34,7 34,7 @@ class AccountsIndex < Chewy::Index }, verbatim: { - tokenizer: 'uax_url_email', + tokenizer: 'standard', filter: %w(lowercase asciifolding cjk_width), },