Previously someone advised that I use the "*" char to achieve partial search
results with fts. eg ver* will match version. This works ok, but only for
end parts of a word.

Is there anyway to get partial matches for beginning or middle parts of a
word?

e.g. *sion - to match version or
*si* to match version

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

Reply via email to