Raneto icon indicating copy to clipboard operation
Raneto copied to clipboard

Can't search in Chinese

Open ezaze opened this issue 6 years ago • 4 comments

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 `

ezaze avatar Jun 06 '18 00:06 ezaze

~@ezaze You can try my fork~

Update new fork https://github.com/lleohao-opensource-group/Raneto

lleohao avatar Dec 03 '18 07:12 lleohao

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

itwo123 avatar Mar 06 '19 07:03 itwo123

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

ryanlelek avatar Aug 12 '22 08:08 ryanlelek

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

lleohao avatar Aug 12 '22 08:08 lleohao