Instead of only returning things that match all passed in criteria, it returns all filings that match **at least one** of them. Not optimal. https://github.com/texas/tx_tecreports/blob/master/tx_tecreports/fetcher/models.py#L351
Instead of only returning things that match all passed in criteria, it returns all filings that match at least one of them. Not optimal.
https://github.com/texas/tx_tecreports/blob/master/tx_tecreports/fetcher/models.py#L351