Open rlfordon opened 8 months ago
This is interesting and timely, thanks Rebecca. I think returning a list of links is probably easy. The content wouldn't need to be semicolon or newline delimited either. You could just paste in whatever (the entire brief, the Table of Authorities, a few sentences) and we could handle it fine.
What if this worked two ways:
In the front end, we have a single, one-line input box now. If you paste in a citation, it takes you to the correct page. Fine. What if we changed that to be a multi-line textarea input box, and when you pasted in more than one citation, it gave you a list of cases in HTML, and you could click the links to open the pages? That should satisfy offline needs, so long as your browser doesn't die.
In the API, this could be similarly supported either via a new endpoint (notionally: /api/rest/v3/citation-lookup/multi-lookup/
, say) or via the current one (maybe). In either case, like above, when you put in more than one citation in a block of text, we could return a list of cases as the result (as JSON), as opposed to returning just one. @ERosendo, how do you think that would fit into the design you're working on?
Other thoughts:
More questions:
I'm not sure how other people would find this useful. I'd love to hear thoughts.
That's great to produce a list of authorities from any text, rather than having to enter separate citations. I like the idea of a list of cases and it seems like that would be easiest to implement.
It would be nice to be able to export the results in some way too without using the API (I admit that this idea came to me when trying to cut and paste the text of 8 opinions or so from CL into Claude 3 with its huge content window).
As for order, for my use cases it either doesn't matter, or I'd want it in the order it was entered. But if there were a lot of cases, I might want some additional ways to sort or filter.
I'm also curious if others would find this useful! The major legal research vendors all have a similar feature, where you can input a list of citations and get back a Word doc or PDF doc with the decisions. I used it all the time as an associate for cite-checking, or to pull cases from a brief filed by opposing counsel. I'm not sure if attorneys would use CL that way?
Got it, so I think the best thing is to take this incrementally:
Eduardo and others, what do you think?
(I've posted about this on social media to see if we get any more feedback.)
I don't know about a giant multi-opinion single PDF (I wouldn't use that), but on other systems, I do use the option to download multiple opinions as discrete PDFs within a single zip file. I think this is probably a separate feature around exporting generally. People also like to pick what format they're exporting to. The other sensible one is .DOCX, which makes it easy to copy/paste right into a brief you're working on.
Summary:
I propose the implementation of a feature that would enable the user to input a list of case citations, and receive as the output the text of opinions with those citations. This enhancement would allow users to pull multiple cases at once without requiring them to interact with the API.
Background:
Currently, the citation lookup tool allows for a user to retrieve one case at a time from a citation. If a user has more than one case, they must enter each case one at a time to read them, which is time consuming and requires the user to maintain an internet connection to read the cases.
Potential use cases
Potential use cases include:
Proposed Solution:
Potential Challenges: