-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search on Wiki is broken #407
Comments
Generally a word without a capital letter will work as a search word, e.g. “bootstrap” can find “bootstrap” and “Bootstrap”, but “Bootstrap” can not find either of them. As for “PhpStorm” which is reported in the issue, even “phpstorm” won’t work as a search word. |
@cebe Is this fixed somewhere else? Your search query currently shows the expected result: |
This one is now fixed. |
Seems like not yet. I'm using the last link for checking https://www.yiiframework.com/search?version=2.0&type=wiki&q=Bootstrap. Locally |
Likely we can do mb_strtolower for the query. |
elasticsearch should do proper tokenizing so case should not matter at all here. |
But it matters. |
that means something is wrong in our indexing or querying. need to fix that. |
https://www.yiiframework.com/search?version=2.0&type=wiki&q=phpstorm
This should totally find https://www.yiiframework.com/wiki/865/configuring-phpstorm-ide-for-yii-2
The text was updated successfully, but these errors were encountered: