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
Sometimes I remember a good article I read that I'd like to be able to find again. So far the only way is paging through values slowly and CTRL + F searching per page, which doesn't show the whole article title either.
Adding search to this would be really nice for being able to quickly scan through entries.
Since this is a single user application, I think it could be done in a reasonable speed too. If not, searching through the last, say 100k entries would probably work well enough and still be quick.
I don't think it would need to be any sort of fuzzy search either. Just a quick case-insensitive %LIKE% search.
What do you folks think?
The text was updated successfully, but these errors were encountered:
Sometimes I remember a good article I read that I'd like to be able to find again. So far the only way is paging through values slowly and CTRL + F searching per page, which doesn't show the whole article title either.
Adding search to this would be really nice for being able to quickly scan through entries.
Since this is a single user application, I think it could be done in a reasonable speed too. If not, searching through the last, say 100k entries would probably work well enough and still be quick.
I don't think it would need to be any sort of fuzzy search either. Just a quick case-insensitive
%LIKE%
search.What do you folks think?
The text was updated successfully, but these errors were encountered: