Replies: 1 comment
-
Hi, the search API is different than others, and you'll need to use syntax from search queries. Try going to the front end, formulating your query parameters there, and copy/pasting them to the API endpoint. That usualyl works! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking to append a recent set of cases to a previous list that I had pulled from the API before. I attempted to use __gte to filter by date (full query below) but the results are showing the full set of cases meeting the rest of the query. Does v4 of the api support date-based filtering? (results show 36K+ count, a manual advanced search in the UI shows <70).
https://www.courtlistener.com/api/rest/v4/search/?type=o&q=case_name%3Atrademark+OR+text%3Atrademark&precedential_status=Published&dateFiled__gte=2024-9-01
Beta Was this translation helpful? Give feedback.
All reactions