Hello Dan, thank you for the response, that did it. Unfortunately, this 'breaks' the fts_table_terms functionality in the sense that real terms (e.g. with diacritics) cannot be retrieved using that table, since they're stored without. I wanted to use that table for autocomplete feature in a text input. But I can live with that, as long as searching works with *and* without diacritics.
Thanks again, George. On Wed, Feb 8, 2012 at 8:30 PM, Dan Kennedy <[email protected]> wrote: > On 02/09/2012 12:49 AM, George Ionescu wrote: > >> Hello Dan, >> >> yes, I thought of that. But wouldn't this break the snippet's function? >> If the tokenizer will return text without diacritics, wouldn't the snippet >> return the same? >> > > Should be Ok. Snippet should be based on the original content. > > ______________________________**_________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-**bin/mailman/listinfo/sqlite-**users<http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users> > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

