fecgov / fec-eregs

The Federal Election Commission's web-based application that makes regulations easier to find, read and understand.
https://www.fec.gov/regulations/
Other
33 stars 13 forks source link

Duplicate search results in regulations #172

Closed porta-antiporta closed 8 years ago

porta-antiporta commented 8 years ago

When searching for a term such as 102.2, there are many duplicate results listed. An early analysis indicates that there are multiple (and sometimes duplicate) instances of the regulations such as 2016 and 2015 years.

The Slack discussion in question starts here: https://18f.slack.com/archives/fec-legal/p1467930503000764

There have been 3 proposals on the table to address (apologies if I missed something in the translation):

  1. Reparse 2016 regs, drop and reload the data into elastic search
  2. Reparse 2016 regs, create a new elastic search service, bind the app to that new service
  3. Use cf-ssh to delete current duplicates from parsed eregs

Need to implement one of the above (or any other proposal) to eliminate the duplicate results in our search.

porta-antiporta commented 8 years ago

Duplicate of #171