I am currently developing a notebook application for the Android environment, however I am stuck on how to approach a SQL search interface. From conducting research, I have found the most effective approach would be to use the "Full Text Search" module (FTS4).
What I am stuck on is the way which I have to handle this. Do I have to:
or
You just have to create a virtual table and maintain list of nodes within there. That is my understanding after reading FTS doc