Full-text search engine for static websites built with Rust and WebAssembly.
Tiny, full-text search engine for static websites built with Rust and Wasm
tinysearch$ tinysearch --create index.json /path/to/website$ tinysearch --search 'my query' index.json$ tinysearch --build docs/ --output search_index.json$ tinysearch --output bundle.js index.json$ tinysearch --create index.json --fields title,body,url /docs