Quick search feature #2920
Closed
darknetehf
started this conversation in
Ideas
Replies: 2 comments
-
Just press alt+s or click the search icon |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for that, I need new glasses :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I already have dozens of sites in several tabs, but I have to make changes from time to time and locating a specific entry is tedious... Also, I usually search by URL and not by title.
I was thinking about using https://datatables.net/, which is very efficient for filtering a table.
The usual approach is to load the whole data, then let the library handle pagination. And you can perform live filtering by typing a few characters in the search bar.
But since CD already has its own paging, live filtering would only work on the data currently loaded.
So we can either:
OR:
Is there any interest for such a feature?
I can certainly contribute but I am not sure what would be the preferred way, and would be happy to hear from the community.
Beta Was this translation helpful? Give feedback.
All reactions