datasette-sqlite-fts4
Datasette plugin that exposes the custom SQL functions from sqlite-fts4.
Interactive demo. Read Exploring search relevance algorithms with SQLite for further details on this project.
Installation
pip install datasette-sqlite-fts4
If you are deploying a database using datasette publish
you can include this plugin using the --install
option:
datasette publish now mydb.db --install=datasette-sqlite-fts4