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

AttributeError: 'Meta' object has no attribute 'prefix_index' #35

Closed kaykay-dv closed 1 year ago

kaykay-dv commented 1 year ago

When the Meta class is used inside a schema and the prefix_index option is not explicitly set, table creation fails.

kaykay-dv commented 1 year ago

Fixed in 0.11.0