We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://michiganelections.io/api/positions/?election_id=&precinct_id=&precinct_county=Kent&precinct_jurisdiction=City+of+Kentwood&precinct_ward=1&precinct_number=2&active_election=true
The text was updated successfully, but these errors were encountered:
Simply filtering by Ward is enough to see the performance issue: http://michiganelections.io/api/positions/?precinct_ward=1&precinct_number=2
Sorry, something went wrong.
The issue seems to be that each additional filter creates a nested JOIN in https://github.com/carltongibson/django-filter. I think I'm going to need help with this one.
jacebrowning
Successfully merging a pull request may close this issue.
http://michiganelections.io/api/positions/?election_id=&precinct_id=&precinct_county=Kent&precinct_jurisdiction=City+of+Kentwood&precinct_ward=1&precinct_number=2&active_election=true
The text was updated successfully, but these errors were encountered: