Search on Wiki is broken
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
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:

@marcovtwout https://www.yiiframework.com/search?version=2.0&type=wiki&q=Bootstrap is still valid.
https://github.com/yiisoft-contrib/yiiframework.com/issues/890#issuecomment-1012783201
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 bootstrap / Bootstrap give the same results.
Called ./yii search/rebuild again. Works as expected in Docker environment.


Maybe we still have some differences between local and production environment. Note that I'm using data from production dump (2021-12-14) for testing.
Likely we can do mb_strtolower for the query.
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.