glitchassassin / armorer

Renders the King James Version as a performant, minimal, well-designed reading website
https://armorer.io/
Other
0 stars 0 forks source link

Full-text search #3

Closed glitchassassin closed 1 year ago

glitchassassin commented 1 year ago

Full-text search of the Scriptures. Results should include the passage (e.g. John 3:16), URL (e.g. /john/3#16), and verse text.

Evaluate options: compile index at build time, load in the client and query with JS; compile index into WASM module that can be loaded and queried with JS; something else?