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

Admin: pagination breaks usefulness of filter search #115

Open
ometa opened this issue Mar 11, 2019 · 0 comments
Open

Admin: pagination breaks usefulness of filter search #115

ometa opened this issue Mar 11, 2019 · 0 comments
Labels

Comments

@ometa
Copy link
Member

ometa commented Mar 11, 2019

The javascript filter search fields on the admin list view only filter the rendered results, not the entire database set. The pagination in place limits the rows returned, so the JS filtering can only filter on those returned rows.

Solution:

  • Rebuild the search/filtering functionality so it searches the entire database quickly.
  • Dynamically update the results
@ometa ometa changed the title Admin: pagination broke filter search fields Admin: pagination breaks usefulness of filter search Mar 11, 2019
@ometa ometa added the bug label Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant