mysociety / local-intelligence-hub

https://www.localintelligencehub.com
Other
6 stars 2 forks source link

fix PersonData filter that was causing person_area to be joined twice #594

Closed struan closed 4 months ago

struan commented 4 months ago

Construct a single filter clause that handles all the filtering rather than use two filter clauses as the latter approach resulted in two join clauses in the SQL which was leading to repeated results in the table view.

Fixes #590