Raneto
Raneto copied to clipboard
Can't search in Chinese
input any Chinese characters ----- > "Search results " = "Nothing found"
I don't know what's wrony.....
GET /?search=%E4%B8%AD%E6%96%87 200 53.584 ms - 5071
` locale: 'zh',
// Support search with extra languages searchExtraLanguages: ['ru'], <--- no zh `
input any Chinese characters ----- > "Search results " = "Nothing found"
I don't know what's wrony.....
GET /?search=%E4%B8%AD%E6%96%87 200 53.584 ms - 5071
` locale: 'zh',
// Support search with extra languages searchExtraLanguages: ['ru'], <--- no zh `
Chinese search support. see the link https://www.cnblogs.com/itwo/p/d5dae01f67051194bc4e83e3abb3c52f.html
Hi there, Thanks for sharing that link @itwo123 @lleohao would you consider submitting a path back from your fork?
If someone can help me write a test scenario, we can add this to the test suite Here's a starting point
- Write a page containing Chinese character(s)/symbols
- Input one symbol in the search bar
- Submit the search form
- Results should include the page containing the Chinese character
Thank you for reporting and additional help
Hi there,
Thanks for sharing that link @itwo123
@lleohao would you consider submitting a path back from your fork?
If someone can help me write a test scenario, we can add this to the test suite
Here's a starting point
Write a page containing Chinese character(s)/symbols
Input one symbol in the search bar
Submit the search form
Results should include the page containing the Chinese character
Thank you for reporting and additional help
ok I'll fix it