On Jul 22, 2013, at 3:29 PM, Marco Bambini <ma...@sqlabs.net> wrote:

> I have a virtual FTS4 table and I would like to search for some terms inside 
> a word, is that possible?

Not with the default tokenizers, but perhaps you could write your own, say an 
ngram tokenizer or such.

http://www.sqlite.org/fts3.html#section_8_1
http://en.wikipedia.org/wiki/N-gram

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to