Hi all, I am trying to combine these 2 filters with a logical OR, without success:
1. {!tag=REGION}(geo_bezirk_id:("2" OR "4")) 2. {!field f=geo_rpt}Intersects(POLYGON((9.262772086904576 47.98679078170882,9.043045524404576 46.616047902306306,10.427322868154576 46.60095313349165,10.504227165029576 48.01619508323075,9.262772086904576 47.98679078170882))) What I tried so far is: - Wrapping the filters with parens and put an OR between them ({!field f=geo_rpt}Intersects(POLYGON((9.262772086904576 47.98679078170882,9.043045524404576 46.616047902306306,10.427322868154576 46.60095313349165,10.504227165029576 48.01619508323075,9.262772086904576 47.98679078170882)))) OR ({!tag=REGION}(geo_bezirk_id:("2" OR "4"))) Solr version is 8.6.3 Kind Regards, Carlo