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

Method to delete entire index #34

Closed kaykay-dv closed 1 year ago

kaykay-dv commented 1 year ago

It would be good to have a convenience method for deleting the entire index:

pocket_search.delete_all()
kaykay-dv commented 1 year ago

Available in 0.11.0