Change account search tokenizer and queries (#26378)
This commit is contained in:
parent
60fbb0fe91
commit
72423bc8f6
2 changed files with 144 additions and 89 deletions
|
@ -33,7 +33,7 @@ class AccountsIndex < Chewy::Index
|
|||
},
|
||||
|
||||
verbatim: {
|
||||
tokenizer: 'whitespace',
|
||||
tokenizer: 'standard',
|
||||
filter: %w(lowercase asciifolding cjk_width),
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue