ccbikai / Sink

⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
https://sink.cool
GNU Affero General Public License v3.0
1.42k stars 501 forks source link

[feature request] live fuzzy search against all the links #3

Open wahyd4 opened 1 month ago

wahyd4 commented 1 month ago

Thanks for developing the cool project. I am a super fan of this kind of "golink" thing, and I used to use https://github.com/tailscale/golink/ as an easy and quick way to navigating through all of my links.

The current project works pretty well, but it would be even cooler if you can add a live fuzzy search function for filtering the results similar to the image showing below

Screenshot 2024-05-26 at 9 21 45 AM
ccbikai commented 1 month ago

Because the current link management uses Worker KV, it is not as powerful as Redis, and keys can only be matched by prefix.

Once I add the D1 link management, I will add the fuzzy search function