OpenDevelopmentMekong / wp-odm_solr

Wordpress plugin used for automatically index created/updated contents into a solr index
GNU General Public License v3.0
0 stars 2 forks source link

Search function shows result and document type inconsistent between English Keyword and Khmer #215

Open Huyeng opened 6 years ago

Huyeng commented 6 years ago

Search "Election" shows the result as below: searh result_elections_eng

Search "ការបោះឆ្នោត" = "Election" shows the result as below: search result_elections-kh

acorbi commented 6 years ago

Thanks for raising this @Huyeng . Currently, search keywords specified in different languages do not return the same results. However, there is an enhancement that we could implement to allow for automatic translation of the topic names, so both the english term and the one in the local language are used for triggering the search.

I am adding this to my list and will implement in the following days.