am using fts3 tabele for searching my problem is, I have invoking search in textWatch listener of the EditText, when I type ‘a’ it start search for ‘a’, then I type ‘b’ it search for ‘ab’ only after the result of ‘a’ comes, how can I solve this issue, that means when I type ‘b’, it stop searching of ‘a’ and start searching of ‘ab’ . Currently my search slow because of this issue, please help me.
Share
There are few things you can try to optimize your query.