-
Bug
-
Resolution: Fixed
-
Major
-
4.0 alpha
-
None
I did a simple search with only language and current site.
No results are found
In log the Solr query is :
Solr query: q=(site:www AND contentLanguage:"CURRENT")&start=0&rows=50&fl=id&fq=_documentType:content&fq=((allowedUsers:(admin#ametys_demo_users)) OR {!join from=uri to=pages v="(allowedUsers:(admin#ametys_demo_users))"})&sort=title_s_sort asc&facet.field={!ex=contributor key=contributor}contributor_dv&facet.field={!ex=workflowStep key=workflowStep}workflowStep_dv&facet.field={!ex=contentTypes key=contentTypes}contentTypes_dv&facet=true
currentLanguage="CURRENT" seems really strange ...
CURRENT is the value to set the default value to the LanguageDAO current value.
The widget is interpretting this to set the combobox to the correct value.
The issue is deeper : whatever I select in the combobox, the CURRENT value stays.
Analysing request show "fr" to be correctly sent. The server side seems to ignore it.