tinysearch

Full-text search engine for static websites built with Rust and WebAssembly.

brewmacoslinux
Try with needOr install directly
Source

About

Tiny, full-text search engine for static websites built with Rust and Wasm

Commands

tinysearch

Examples

index a website for full text search$ tinysearch --create index.json /path/to/website
search indexed website for keywords$ tinysearch --search 'my query' index.json
build search index from HTML files$ tinysearch --build docs/ --output search_index.json
generate JavaScript search bundle for website$ tinysearch --output bundle.js index.json
add custom fields to search index$ tinysearch --create index.json --fields title,body,url /docs