Perform a search between two dates #380
Replies: 1 comment 1 reply
-
Hi @juniortestjr! Thanks for your question. 😊 From what I can see in the API documentation of the search method you’re referring to, it doesn’t look like we can limit the search to dates. We have implemented the search API fully, so we allow you to use all parameters available in the API. There just isn’t any parameter for dates unfortunately. What you could do is limit by ids. For that, you can use the What you could also do is get a larger quantity of search results and then filtering by date locally in your application. Not the greatest solution as you’d need to get loads of results first that you might not even be interested in. But I currently see no other way from what the API allows us to do. |
Beta Was this translation helpful? Give feedback.
-
Here is an example code from github :
And I would like to do a search where the results are between 2 dates.
But I do not know how.
Could you help me ?
Beta Was this translation helpful? Give feedback.
All reactions