Try to fix an issue with the search when using languages like chinese

This commit is contained in:
Eduardo Gomez 2020-01-16 11:05:03 +01:00
parent fd6125b60f
commit 07445d31bb
4 changed files with 4 additions and 4 deletions

View file

@ -110,7 +110,7 @@ If you have any questions or troubles with this product, please feel free to ope
## 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

View file

@ -34,7 +34,7 @@
"Among with": "<br>Among with ",
"Among with no break line": "Among with ",
"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",
"Toggle dark mode": "Toggle dark mode"
}

View file

@ -54,5 +54,5 @@
"desktop": "assets/screenshot-desktop.jpg",
"mobile": "assets/screenshot-mobile.jpg"
},
"version": "0.6.3"
"version": "0.6.4"
}

View file

@ -80,7 +80,7 @@ $(document).ready(() => {
location: 0,
distance: 100,
tokenize: true,
matchAllTokens: true,
matchAllTokens: false,
maxPatternLength: 32,
minMatchCharLength: 1,
keys: ['title', 'custom_excerpt', 'html']