Hi ,I am facing an issue in running the query through my deployed code in AEM.The map is created as below:Map<String, String> 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_pr...