Hi ,I am facing an issue in running the query through my deployed code
in AEM.The map is created as below:Map map = new
HashMap<>();map.put('path',
'path-here');map.put('type','oak:Unstructured');map.put("1_property",
'content-type');map.put("1_property.value",
'value');map.put("2_property",
'second-property');map.put("2_property.value",
'true');map.put("property.and", true);map.put("orderby",'property to be
ordered by');map.put("p.limit", "-1");The query.getResult() returns
UnsupportedOperation...