Top "Fts3" questions

FTS3 and FTS4 are SQLite virtual table modules that allow users to perform full-text searches on a set of documents.

Get row ID of an SQLite FTS3 table

I have created an SQLite FTS3 table that I am using within the Android development platform (target is 2.2 and minVersion …

android android-sqlite fts3
SQLite: Efficient substring search in large table

I'm developing an Android application that has to perform substring search in a large table (about 500'000 entries with street …

android sqlite fts3