AravindAru03 commented on code in PR #3226:
URL: https://github.com/apache/fineract/pull/3226#discussion_r1234748519
##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/dataqueries/api/DatatablesApiResource.java:
##########
@@ -225,6 +226,22 @@ public String queryValues(@PathParam("datatable")
@Parameter(description = "data
return
this.toApiJsonSerializer.serializePretty(ApiParameterHelper.prettyPrint(uriInfo.getQueryParameters()),
result);
}
+ @POST
Review Comment:
Hi @adamsaghy
As this is an advanced filtering we implemented in post method
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]