Hai. i'm using umbraco 7.12v. My website is in two language-English and Arabic.I downloaded ezsearch package for search.Its working fine in English language but not showing any result for Arabic language.When i'm trying to added Arabic analyzer in ExamineIndex.config file,it throwing an error.can somebody tell me the exact solution what i need to change in both ezsearch.cshtml and examine indexer or examine settings (config files).
I don't have experience with ezsearch but I've used Examine with bilingual English / Arabic sites quite frequently.
What errors are being thrown?
I only have access right now to an old site from 2015 to share some code but may help a little. If I remember correctly, we selected the specific provider in the search controller depending on the language.
search
Hi,
Hai. i'm using umbraco 7.12v. My website is in two language-English and Arabic.I downloaded ezsearch package for search.Its working fine in English language but not showing any result for Arabic language.When i'm trying to added Arabic analyzer in ExamineIndex.config file,it throwing an error.can somebody tell me the exact solution what i need to change in both ezsearch.cshtml and examine indexer or examine settings (config files).
Thank you.
Hi Rajshri,
Welcome to our :)
I don't have experience with ezsearch but I've used Examine with bilingual English / Arabic sites quite frequently.
What errors are being thrown?
I only have access right now to an old site from 2015 to share some code but may help a little. If I remember correctly, we selected the specific provider in the search controller depending on the language.
Here's what we had.
ExamineSettings.config
In ExamineIndexProviders:
In ExamineSearchProviders:
ExamineIndex.config
Hope this helps a little
is working on a reply...