Simple question: does SQLite support FULL-TEXT searches?
If not, is there any way I can implement that feature?
Simple question: does SQLite support FULL-TEXT searches?
If not, is there any way I can implement that feature?
Yes, it does (since about v3.3, iirc). Here's a tutorial for getting it up and running.