Skip to content

Commit

Permalink
feat(api): add citation_string as a CourtFilter filter field
Browse files Browse the repository at this point in the history
The Bluebook's court abbreviations are fairly close to an identifier.
While there's a suggestion that they may not be stable[1], they are
still useful, especially when a caller is working from a citation.

[1] Fred Jacob, Even the Federal Government Can't Beat The Bluebook, 27 Green Bag 2d 117 (2024)
  • Loading branch information
cweider committed Oct 17, 2024
1 parent c72de53 commit c156fd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cl/search/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class Meta:
"end_date": DATE_LOOKUPS,
"short_name": ALL_TEXT_LOOKUPS,
"full_name": ALL_TEXT_LOOKUPS,
"citation_string": ALL_TEXT_LOOKUPS
}


Expand Down

0 comments on commit c156fd9

Please sign in to comment.