Hello @all, I am facing issue regarding search functionality in Magento 2.4. In my website there are two store one is English and other is Arabic but when i switch to Arabic store and search Arabic products and in getting this issue
نتائج البحث عن: '%D9%83%D9%84%D8%A7%D8%B3%D9%8A%D9%83'
So please help me if anyone face this problem that would be grateful help.Thanks
Hello @Vivek Singh
First you should know how actually a search works based on keywords:
https://mirasvit.com/blog/magento-advanced-search.html
Coming to your question, Magento search functionality builds on top of MySql Fulltext index that has limitation:
Ideographic languages such as Chinese, Arabic and Japanese do not have word delimiters. Therefore, the FULLTEXT parser cannot determine where words begin and end in these and other such languages.
Hope it helps !