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

local
Claire 9 months ago committed by GitHub
parent cffc5d2b01
commit 6b58cfd8dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/chewy/accounts_index.rb

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

Loading…
Cancel
Save