Rossi
Rossi
While testing a implementation, I run into a problem: the query takes 3 minutes to execute, which would cause a timeout when loading the admin page. That would be another...
We have. 6053 rows affected ```sql select count(*) from audio_audio aa inner join search_docket sd on sd.id = aa.docket_id where sd.date_argued is null and local_path_original_file '' ``` I guess they...
I asked Ramiro to re-run the query and we have 0 rows affected, almost 2 weeks after the merge. Closing this as completed
This is a good opportunity to support some extra fields both on Courtlistener and Juriscraper I propose to add these: - Ingest "authors" into Opinion.author_str - Ingest "joined_by" into Opinion.joined_by...
Completed via https://github.com/freelawproject/courtlistener/pull/4045
I tested the ingestion of the new fields by running the `md` scraper on the main branch, which returns "per_curiam" and "other_dates" ``` select * from search_opinioncluster where docket_id in...
@flooie can you please check this one, it is finally passing tests
> The merging code seems reasonable (though the hard coding worries me: when we add new fields, this will break, and eventually we want this to be automatic, right?) In...
@flooie it is an issue, and also a harder one. The plan is to do those courts (that include `scotus`) on a second step, by doing the simpler one first...
I created a script to test the command. The script sampled at least a "group" from each court (steps to reproduce are at the end). The summary resutls: `{'success': 51,...