enable fts5
Closed this issue · 2 comments
snewcomer commented
log: SQLite FTS5 support: {:sqlite_compileoption_used('ENABLE_FTS5') 0}
SELECT sqlite_compileoption_used('ENABLE_FTS5');
I'm new to this library so perhaps there is some configuration and tooling. But how can I get full text search available in the sqlite? I see this old comment in the go-sqlite library.
lispyclouds commented
this possibly could work with setting the -tag fts5
when building the pod binary. will be taking a look soon.
lispyclouds commented