I am currently using the Sample from the SearchableDictionary which uses FTS, however when I enter the word "apple" it displays all apple words instead of only the word that starts with apple. I would like to know if there are anyway to display a list eg) 1) Apple 2) Apple pie
instead of 1) Adam's apple 2) Apple 3) Apple pie 4) Big apple
using android FTS.
According to what I understand from FTS is that it uses MATCH instead of LIKE and it functions like the LIKE %something% of the normal SQLite Query
I would appreciate it very much if someone can tell me how should I do it.
Thank you.