stringer
stringer copied to clipboard
Feature request: Add simple search to archived articles (or last X articles)
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?
Seems reasonable! Do you want to have a go at it?
I've never done ruby before, but I don't mind taking a quick look! I've got some free time around tomorrow and I'll see what I can do then.