freelawproject / courtlistener

A fully-searchable and accessible archive of court data including growing repositories of opinions, oral arguments, judges, judicial financial records, and federal filings.
https://www.courtlistener.com
Other
551 stars 151 forks source link

Fixes o-es-active flag on court_homepage #4725

Closed albertisfu closed 3 days ago

albertisfu commented 3 days ago

While reviewing the details on https://github.com/freelawproject/courtlistener/issues/4713, I noticed that the flag on the court_home page view was incorrect. It was using oa-es-active, but the correct flag name should be o-es-active to ensure consistency with the flag in the template.

This will allow the results to be properly rendered once we switch to ES.

mlissner commented 3 days ago

Thanks. Good catch.