-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
It always return an empty set of result (either from the search tool or the select content widget).
This seems to be due to the part of the query that checks ACL rights, in my case:
(aclReadAllowAnonymous:true OR (aclReadAllowAnyConnectedUser:true AND (*:* -((aclReadDeniedUsers:(admin#default\-pop) OR (-aclReadAllowedUsers:(admin#default\-pop)))))) OR ((-aclReadDeniedUsers:(admin#default\-pop)) OR (aclReadAllowedUsers:(admin#default\-pop) AND -aclReadDeniedUsers:(admin#default\-pop))))
If I remove this part of the query in the Solr console, I get the expected results.