cancel
Showing results for 
Search instead for 
Did you mean: 

Lucene search not working when the in different locale

sandhya_nair
Confirmed Champ
Confirmed Champ

Hi

I have a datalist which has two text fileds doctype and process. I am executing the below lucene query to get all the doc types of given process. This query works fine when the browser lanague is in English and not giving any results when the browser locale is changed to french or dutch.

TYPE:"{http://www.bpost.be/model/hr/1.0}DocumentTypesDataList" AND @hr\:dlprocess:'TestProcess'

I tried changing the content model field control from from text control to mltext control and tried but the results are not coming. I observed that the content are indexed and stored alfresco based on the locale. Is there any way we can get the search results regardless of locale.

1 ACCEPTED ANSWER
2 REPLIES 2

sanjaybandhaniya
Elite Collaborator
Elite Collaborator

Thanks a lot! This link was really helpful.