Search for Orders/Decisions by Judge By Date #2822
Replies: 5 comments 8 replies
-
Hi James, can you share some of the searches you've tried, as URLs? This seems fairly doable either via the API or the front end. The challenges will be that:
|
Beta Was this translation helpful? Give feedback.
-
Thanks Mike.
I used lowercase "z"s because that is what your example shows (at least in
Firefox).
https://www.courtlistener.com/help/search-operators/
Note: when I cut and paste this into an email, it changes the "z" to
uppercase but that is not how it shows on your web page.
Running that search, you are getting 450+ cases with nearly 8,000 entries.
This is because you are getting every docket entry that happened in that
one month period.
The simple filing of a case typically will result in 5+ docket entries.
By contrast, I am looking for activity by the Court itself.
Before I dive into learning/programming an API interface, I wonder if there
is a way to include a search for the filer of a docket entry?
Every docket entry appears to have a filer.
The ones for Walton himself, as opposed to the clerk's office, list the
filer as "lcrbw3".
Thus, is there a way I can add a requirement that the result must include
"lcrbw3"?
BTW, I see that you are/were in the Berkeley area. I am in Menlo Park.
Thanks for your help.
Regards,
James
…On Sun, Jun 18, 2023 at 5:28 AM Mike Lissner ***@***.***> wrote:
Well, this isn't going to please anybody, but you need to capitalize the
Z's in your timestamps:
https://www.courtlistener.com/?q=dateFiled%3A%5B2023-03-01T00%3A00%3A00Z%20TO%202023-04-01T00%3A00%3A00Z%5D&type=r&order_by=score%20desc&court=dcd
Sorry. I hate this syntax and we need to make it less horrible for humans.
So that should help.
The other thing: You're going to want more API access to do your work, so
I've granted that to your account.
—
Reply to this email directly, view it on GitHub
<#2822 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABG25JH3PKXOMC6YVGWMW7DXL3X5XANCNFSM6AAAAAAZIPROXA>
.
You are receiving this because you authored the thread.Message ID:
<freelawproject/courtlistener/repo-discussions/2822/comments/6209084@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Here is a partial screenshot of the Advanced Query Techniques and Operators webpage. I will try a search as you suggest and see what I get. Thanks again, |
Beta Was this translation helpful? Give feedback.
-
I am using Firefox with the defaults (Times New Roman, 16 point font). |
Beta Was this translation helpful? Give feedback.
-
From "Advanced Query Techniques and Operators" Date Queries YYYY-MM-DD In English that's year-month-day. For example, here's a date range that finds all docket filings from October 2018: dateFiled:[2018-10-01 TO 2018-10-31] This is just a bit confusing . . . |
Beta Was this translation helpful? Give feedback.
-
Newbie here, so be gentle.
I am doing some research regarding compliance with the Civil Justice Reform Act (CJRA) where, e.g., reports are prepared showing motions pending more than 6 months (with cut-offs dates of March 31 and September 30 each year).
Some judges issue decisions on or near these cut-off dates, while others take steps that mean pending motions will not be reported.
I would like to be able to search by judge for all orders, etc., issued within a particular date range.
There is no way to do this using PACER itself, that I am aware of.
Is there someway to do this within RECAP or the data it has?
Thanks for any help.
Regards,
James
Beta Was this translation helpful? Give feedback.
All reactions