Hi,

I'm having some data in the SQLite database in the FTS4 table. Now, when I
would make some search query, I would like to get text fragment just like
snippet function returns.
>From what I've seen here:
http://www.mail-archive.com/sqlite-users@sqlite.org/msg57661.html I assume
that snippet would return one text fragment for each column that have
matched searched phrase.
Problem is, I would need to get text fragment for each occurence of a
searched phrase, even when that phrase occurs in one column of one row
multiple times. Is it possible to achive such a thing with snippet?

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

Reply via email to