Re: [sqlite] FTS4 Questions

2012-06-12 Thread nobre
There was a somehow recent change in the snippets algorithm, it used to return snippets from a number of columns in a single row if there were multiple matches, separated with Now, it will try to find a fragment of the row that contains ALL search terms, using snippets from the other columns

[sqlite] FTS4 Questions

2012-06-07 Thread Peter Haworth
I'm testing out the capabilites of fts4 virtual tables. First question concerns the snippet() function. Unless I'm doing something wrong, it appears snippet() only returns one snippet of text containing the requested string from each row in the table irrespective of how many instances of the