edgesearch
edgesearch copied to clipboard
Serverless full-text search with Cloudflare Workers, WebAssembly, and Roaring Bitmaps
It would be wonderful if you could offer your module as a plugin at Cloudflare Pages Plugin (https://blog.cloudflare.com/cloudflare-pages-plugins/). This would definitely make things easier for everyone! And thank you for...
Nice API for serverless search! I like the use of compressed bit sets. Looks like the engine loads all the documents (data files to KV) once-only at deploy time. How...
As a user, everything _appears_ to work just fine -- but when I look at my CloudFlare dashboard I'm seeing an error for all of my requests. I dug in...
Hi Wilson, today I found your repo. This is a truly amazing project! In future, you might want to add highlight the keywords. Thank you.
I.e say I have a document with one term that is text_你 and another document with terms text_你 text_好 the first document should be ranked higher than the second
Try searching for something like Megaman
Hey! This project looks awesome, but it'd be really useful if there could be a native Rust client that can be compiled to Wasm that could be used instead of...