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
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),
},