Skip to content
New issue

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

Improve searching in member list (convert from using JavaScript to using URL parameters) #556

Open
ddabble opened this issue Oct 12, 2022 · 0 comments

Comments

@ddabble
Copy link
Member

ddabble commented Oct 12, 2022

[Originally created on the "Dev-Web" Trello board, by @ddabble on April 6, 2022]

It's currently not possible to search any other fields than the ones that appear in the list. This should be fixed by converting the entire list to not use JavaScript for searching/filtering/sorting, but instead use URL parameters that are parsed by Django using e.g. a form, and then simply use queryset methods for searching/filtering/sorting - just like on the Django admin site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: TODO
Development

No branches or pull requests

1 participant