Hello Do I understand correctly that fts3 snippet function does only work with match queries like select snippet(text) from text where text match 'foo'
I would be interested to have: select snippet(text) from text where docid=1 In sqlite 3.7.2 this statement is valid but returns an empty string as snippet. Thanks! Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

