SqliteSubstringSearch
SqliteSubstringSearch copied to clipboard
Does this work with FTS5?
Can this also be used with FMDB using Swift?
I currently open and create my FTS virtual table using Swift. But I'm not sure how to register the tokenizer from Swift.
And I've read that FTS5 is faster than FTS3, so it would be great if it would work with FTS5.