I have a Note app which running for a while, now I am implementing full text search feature, I read a bout the sqlite fts3 & fts4 modules.
I want to know that after creating virtual table for full text search do I have to copy all data from my normal table to virtual table?