-
Notifications
You must be signed in to change notification settings - Fork 59
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 a search bar on detail page to search by attributes or values #461
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #461 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 75 75
Lines 5767 5767
=========================================
Hits 5767 5767 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Jocelin Hounon <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @hasansezertasan
Fixes #449
The initial code is based on the tutorial here: Bootstrap Filters
I have checked the flask-admin implementation, here are the links:
I can implement the same method as in flask-admin but this one looks good enough.