Hi Julio, As mentioned on http://extensions.xwiki.org/xwiki/bin/view/Extension/Solr+Search+Application#HSearchUIConfiguration the configuration can be found in the Main.SolrSearchConfig page. Edit in Wiki edit mode and look for "facetQuery". Inside this group you have:
'locale': ["$xcontext.locale", ''] Try 'locale': ['pt', 'pt_BR'] Hope this helps, Marius On Wed, Nov 16, 2016 at 8:16 PM, Julio Brum <[email protected]> wrote: > Hello, > > In our XWiki, we have documents in the pt language and pt_BR (I do not know > why ...). When I use wiki search it returns, by default, only the documents > in the pt_BR language. To return all documents, it is necessary to mark in > the filters the language pt and pt_BR (or uncheck all). How do I return, by > default, all documents of all languages? Our users are having trouble > finding the documents. > > > Thank you in advance, > Julio > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
