fix: small letter doesn't show
This commit is contained in:
@@ -13,8 +13,5 @@
|
|||||||
- id: bookSearchConfig
|
- id: bookSearchConfig
|
||||||
translation: |
|
translation: |
|
||||||
{
|
{
|
||||||
encode: false,
|
split: " "
|
||||||
tokenize: function(str) {
|
|
||||||
return str.replace(/[\x00-\x7F]/g, '').split('');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user