Closed Vinayak-Mahadev closed 1 year ago
Try this:
ParaClient pc = new ParaClient("app:myapp", "secret");
List<Question> results = pc.findQuery("question", "creatorid:1234567 AND timestamp:[1652140800000 TO 1672133864296]");
Thank you, It's working
para-cli search "creatorid:1234567 AND type:question AND timestamp:[1652140800000 TO 1672133864296]"
How to convert it into java code with help of ParaClient?