Kevin Ramirez
Kevin Ramirez
Hi, this plugin works great, but I found a problem when you use it with django and it's template system, as default django uses {{ }} to render the context...
Fix for issue #2204 With this fix, abbreviations/acronyms won't be removed from case name when searching for case names overlapping. The problem happens when you have a case name that...
Working in #2191 issue, I found a possible bug that could cause duplicate cases with case names contianing only abbreviations or acronyms. How did I come to that conclusion? When...
Management command to collect data from case.law - Store cases in same format as harvard scrapper - Allows you to filter cases by gt, gte, lt, lte last updated date...
This is the basic implementation for parenthetical search using Elasticsearch(ES). This feature includes: - Additional docker service to setup Elasticsearch for development purposes (Need to pass docker-compose.es.yml file to docker-compose)...
This is the list of the fields that have a direct and indirect relation to Parenthetical model. Which ones will be used to filter results and which ones will be...
After inspecting the latest Harvard importer logs, I discovered that several cases apparently don’t have an opinion, to be exact 45494 cases with empty opinions. Here is the complete file...
Hi, I recently discover this awesome module but I have a few questions: I saw that the json response with notifications contains: "unread_count": 1 so I was wondering if it's...
If you try to set a verb longer than 50 characters drops the error: django.db.utils.DataError: (1406, "Data too long for column 'verb' at row 1") I suggest to increase the...
This small change excludes combined opinions when we have multiple opinions in the file and a combined opinion in cl, this is useful we try to map and merge the...