0
0
Fork 0

Change account search tokenizer and queries (#26378)

This commit is contained in:
Eugen Rochko 2023-08-08 09:09:14 +02:00 committed by GitHub
parent 60fbb0fe91
commit 72423bc8f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 144 additions and 89 deletions

View file

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