~cytrogen/masto-fe

6b58cfd8dd2f635dbb1b9d10b6b243d20ba23535 — Claire 2 years ago cffc5d2
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),
      },