Try to fix an issue with the search when using languages like chinese
This commit is contained in:
parent
fd6125b60f
commit
07445d31bb
|
@ -110,7 +110,7 @@ If you have any questions or troubles with this product, please feel free to ope
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright (c) 2018-2019 Eduardo Gómez. Released under the [MIT license](https://github.com/eddiesigner/liebling/blob/master/LICENSE).
|
Copyright (c) 2019-2020 Eduardo Gómez. Released under the [MIT license](https://github.com/eddiesigner/liebling/blob/master/LICENSE).
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
"Among with": "<br>Among with ",
|
"Among with": "<br>Among with ",
|
||||||
"Among with no break line": "Among with ",
|
"Among with no break line": "Among with ",
|
||||||
"Type to search": "Type to search",
|
"Type to search": "Type to search",
|
||||||
"No results for your search, try something different.": "No results for your search, try something different.",
|
"No results for your search, try something different.": "No results for your search, please try with something else.",
|
||||||
"JavaScript license information": "JavaScript license information",
|
"JavaScript license information": "JavaScript license information",
|
||||||
"Toggle dark mode": "Toggle dark mode"
|
"Toggle dark mode": "Toggle dark mode"
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,5 +54,5 @@
|
||||||
"desktop": "assets/screenshot-desktop.jpg",
|
"desktop": "assets/screenshot-desktop.jpg",
|
||||||
"mobile": "assets/screenshot-mobile.jpg"
|
"mobile": "assets/screenshot-mobile.jpg"
|
||||||
},
|
},
|
||||||
"version": "0.6.3"
|
"version": "0.6.4"
|
||||||
}
|
}
|
||||||
|
|
|
@ -80,7 +80,7 @@ $(document).ready(() => {
|
||||||
location: 0,
|
location: 0,
|
||||||
distance: 100,
|
distance: 100,
|
||||||
tokenize: true,
|
tokenize: true,
|
||||||
matchAllTokens: true,
|
matchAllTokens: false,
|
||||||
maxPatternLength: 32,
|
maxPatternLength: 32,
|
||||||
minMatchCharLength: 1,
|
minMatchCharLength: 1,
|
||||||
keys: ['title', 'custom_excerpt', 'html']
|
keys: ['title', 'custom_excerpt', 'html']
|
||||||
|
|
Loading…
Reference in a new issue