SqliteSubstringSearch icon indicating copy to clipboard operation
SqliteSubstringSearch copied to clipboard

An open source tokenizer which supports fast substring search with sqlite FTS (full text search)

Results 2 SqliteSubstringSearch issues
Sort by recently updated
recently updated
newest added

It would seem that with this tokenizer in use, you can no longer do a prefix query. I was searching a music library for `Sting` and I also got results...

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...