Cannot search Japanese words correctly #315
Unanswered
manjuu-eater
asked this question in
Platform
Replies: 1 comment
-
|
Pining @mdn/core-dev |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I cannot search some Japanese words correctly.
Some word is divided to characters, and the characters are searched.
Is this expected behavior?
Example
Example 1: searching the word "再利用可能" (means reusable)
https://developer.mozilla.org/ja/search?q=%E5%86%8D%E5%88%A9%E7%94%A8%E5%8F%AF%E8%83%BD
=> Wrong. Highlighting "再利用可能", "利用可能" (usable), "可能" (able), "用" (one character) etc...

Example 2: searching the word "コードブロック" (means "blocks of code")
https://developer.mozilla.org/ja/search?q=%E3%82%B3%E3%83%BC%E3%83%89%E3%83%96%E3%83%AD%E3%83%83%E3%82%AF
=> Correct. Highlighting only the word "コードブロック".

Beta Was this translation helpful? Give feedback.
All reactions