Change account search tokenizer and queries (#26378)
This commit is contained in:
@ -33,7 +33,7 @@ class AccountsIndex < Chewy::Index
|
||||
},
|
||||
|
||||
verbatim: {
|
||||
tokenizer: 'whitespace',
|
||||
tokenizer: 'standard',
|
||||
filter: %w(lowercase asciifolding cjk_width),
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user