Skip to content

Commit

Permalink
Fix searching by username by reverting account verbatim tokenizer to …
Browse files Browse the repository at this point in the history
…`standard` (mastodon#26739)
  • Loading branch information
ClearlyClaire authored and vmstan committed Jan 5, 2024
1 parent dd098c5 commit e2e97ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/chewy/accounts_index.rb
Expand Up @@ -34,7 +34,7 @@ class AccountsIndex < Chewy::Index
},

verbatim: {
tokenizer: 'uax_url_email',
tokenizer: 'standard',
filter: %w(lowercase asciifolding cjk_width),
},

Expand Down

0 comments on commit e2e97ff

Please sign in to comment.