Closed snewcomer closed 2 months ago
log: SQLite FTS5 support: {:sqlite_compileoption_used('ENABLE_FTS5') 0}
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.
this possibly could work with setting the -tag fts5 when building the pod binary. will be taking a look soon.
-tag fts5
log:
SQLite FTS5 support: {:sqlite_compileoption_used('ENABLE_FTS5') 0}
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.