You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
ometa
changed the title
Admin: pagination broke filter search fields
Admin: pagination breaks usefulness of filter search
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:
The text was updated successfully, but these errors were encountered: