Rael Bauer wrote:
> Hi,
>  
> Is it possible to obtain partial matches to a search term using the fts 
> search?
>  
> E.g. field data contains: apple
> Search term: app
> will return a match (optionally with match info).
>  
> If not, please add this as a feature request :).

MATCH 'app*'

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

Reply via email to