-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Add Search Feature To Backend Administration #1822
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
Add Search Feature To Backend Administration #1822
Conversation
This is an automated message from CI: Docker Image for build 1 is available on DockerHub as Note: ensure you backup your NPM instance before testing this PR image! Especially if this PR contains database changes. |
Awesome stuff, can't see anything wrong with it :) If you apply this to all the lists (where possible) then I'll put the PR through it's paces before merging. Thanks! |
Thanks @jc21 Quick question: Should I continue to apply this to all possible list in this same PR or you prefer I separate it for each list? |
Same PR please |
@jc21 This PR now completed and ready for your review / tests. |
This is an automated message from CI: Docker Image for build 4 is available on DockerHub as Note: ensure you backup your NPM instance before testing this PR image! Especially if this PR contains database changes. |
Add Search Feature To Backend Administration
This PR allows user to do search query for all lists inside the backend administration.
These are the dashboard list that now has search function:
The search query parameter is available and builtin from the api backend. This PR is to add the UI and the
query
param to the API.Video Demo:
npm.mp4