Search
Recipe | Crates | Categories |
---|---|---|
Connect to Elasticsearch | ||
tinysearch |
[search.incl: fix (P1)](https://github.com/john-cd/rust_howto/issues/287)
Connect to Elasticsearch
Add a full-text search engine to a static website
tinysearch
is a lightweight, fast, full-text search engine. It is designed for static websites.
tinysearch
is compiled to WebAssembly to run in a browser. It can be used together with static site generators such as Jekyll
, Hugo
, Zola
, Cobalt
, or Pelican
.
- tinysearch is not that popular