Client-side semantic search for your static site
- Listen to this article insteadYour browser does not support the audio elementEight years ago I added client-side search to this blog with Lunr.js.
- It creates an inverted index at build time, ships it as JSON, and matches strings in your browser.
Unverified
- Listen to this article insteadYour browser does not support the audio elementEight years ago I added client-side search to this blog with Lunr.js.
- It creates an inverted index at build time, ships it as JSON, and matches strings in your browser.
Sources: Degoe