Expand description
tinysearch - A tiny search engine for static websites
This crate provides a fast, memory-efficient search engine that can be compiled to WebAssembly for client-side search functionality on static websites.
Structs§
- Storage
- Storage container for serialized search index
Traits§
- Score
- Trait for scoring search terms against a filter
Functions§
- search
- Performs a search query against the provided filters
Type Aliases§
- Filter
- Type alias for the filter used in search
- Filters
- Collection of all post filters
- Post
Filter - A post with its associated Xor filter for fast lookups
- PostId
- Represents a post with its title, URL, and optional metadata