datasette-configure-fts

Datasette plugin for enabling full-text search against selected table columns

APACHE-2.0 License

Downloads
967
Stars
5
Committers
1

datasette-configure-fts

Datasette plugin for enabling full-text search against selected table columns

Installation

Install this plugin in the same environment as Datasette.

$ datasette install datasette-configure-fts

Usage

Having installed the plugin, visit /-/configure-fts on your Datasette instance to configure FTS for tables on attached writable databases.

Any time you have permission to configure FTS for a table a menu item will appear in the table actions menu on the table page.

By default only the root actor can access the page - so you'll need to run Datasette with the --root option and click on the link shown in the terminal to sign in and access the page.

The configure-fts permission governs access. You can use permission plugins such as datasette-permissions-sql to grant additional access to the write interface.

Package Rankings
Top 18.6% on Pypi.org
Badges
Extracted from project README
PyPI Changelog Tests License