Hi,
I’m trying to configure a subportal based on geocat.ch using the following Lucene query:
(groupOwner:20 AND -cl_status.key:historicalArchive AND -cl_status.key:obsolete) OR (cl_geodataType.key:referenceGeodata AND groupOwner:(6 OR 23))
However, only the left-hand side of the OR clause seems to be applied. Both sub-expressions work correctly when tested individually.
Has anyone encountered this issue or could suggest why the second branch might be ignored? Any guidance would be greatly appreciated.
Thanks for your help!