capstone icon indicating copy to clipboard operation
capstone copied to clipboard

CAP database scripts.

Results 112 capstone issues
Sort by recently updated
recently updated
newest added

``` capstone % docker compose exec web fab run Starting: watchmedo auto-restart -d ./ -p '*.py' -R -- celery worker -A config.celery.app -c 1 -B [localhost] local: python manage.py runserver...

Hi @jcushman / @bensteinberg, To follow up on #2188, myself and I'm sure a lot of others have anxiously been awaiting the end of February to get unrestricted access to...

It looks like the bulk file for the latest export from Illinois might be missing the `cites_to` field for many if not all cases. As an example, [https://api.case.law/v1/cases/1156845/](https://api.case.law/v1/cases/1156845/) is the...

This PR addresses the [issue around boolean search failure](https://github.com/harvard-lil/capstone/issues/1981) due to ES not searching across multiple fields when using the AND keyword. To fix, I implemented `copy_to` to grab the...

no-nudge

Hi, Is there a way to separate case by criminal or civil?

Hi, Is it possible to download all the federal legal cases at once? If it can, how? If it can't, should I download the federal legal case one by one...

Hello, all who are making this program a huge success! I'd been eager for a few years to see the opening up of bulk downloads for all jurisdictions; there are...

The documentation for “Case” describes the content of `citations` as an “array of citation objects”. I was inclined to follow the spec under the “Citation” heading, but it does not...

CAP currently pulls improper citations for all cases in volume 36 of the Virginia reports. Instead of using the inline page numbers, CAP is using the page numbers at the...

This PR includes hundreds of json files with compiled data from running code against our citation graph. The code used to get data can be found here, though it's pretty...