References
- https://docs.datasette.io/en/stable/full_text_search.html
- https://kimsereylam.com/sqlite/2020/03/06/full-text-search-with-sqlite.html
- https://hackernoon.com/sqlite-the-unknown-feature-edfa73a6f022
- https://saraswatmks.github.io/2020/04/sqlite-fts-search-queries.html
- https://stackoverflow.com/questions/52803014/sqlite-with-real-full-text-search-and-spelling-mistakes-ftsspellfix-together
- https://www.sqlite.org/fts5.html#the_experimental_trigram_tokenizer
Alternatives