How to change the default activated search filters?

Hello,

I have an issue because I have some pages in langage “français” and others in “Français (France)”. And by default, the activated search filters for langages is only “français”. So my search result is not good and I have to select the second langage in the filters for each search. I use solr engine.

I try to change the default activated search filters but I find no documentation to do that. Is there a way to do it?

Thank you for your help

You can try to edit the Main.SolrSearchConfig page using the wiki syntax editor and change

'locale': ["$xcontext.locale", '']

into

'locale': ['fr_FR', 'fr', '']

Hope this helps,
Marius

Thank you, that works fine