kaykay-dv / pocketsearch

A simple full-text search library for Python using SQLite and its FTS5 extension
https://pocketsearch.readthedocs.io/en/latest/
MIT License
1 stars 0 forks source link

Support for prefix indices #25

Closed kaykay-dv closed 1 year ago

kaykay-dv commented 1 year ago

To speed up prefix searches, the use of prefix indices as described in https://www.sqlite.org/fts5.html#prefix_indexes should be supported.

kaykay-dv commented 1 year ago

Implemented in 0.9