LiveCode folks... please enable FTS5 in your distribution. FTS4 is already available, but FTS5 has some welcome additions.
O... and the datagrid in LC8 is slower as LC7 with many columns..
SQLite FTS 5 Full Text Search
Moderator: Klaus
Re: SQLite FTS 5 Full Text Search
Ie FTS5 fixes this query:
SELECT * FROM docs WHERE docs MATCH 'title:"windows problems"'
With FTS4 this is not possible.. It will search for windows and somewhere else problems, not the exact "windows problems".
SELECT * FROM docs WHERE docs MATCH 'title:"windows problems"'
With FTS4 this is not possible.. It will search for windows and somewhere else problems, not the exact "windows problems".