Re: [sqlite] Undocumented feature of FTS simple tokenizer to customize delimiters

2014-09-16 Thread Christian Niles
This would be great for me too, since I'm developing an Android app and can't guarantee the version available without packaging a custom SQLite. > On Sep 16, 2014, at 08:15, Niall Gallagher wrote: > > Hi, > > The FTS simple tokenizer has an undocumented feature, which

[sqlite] Undocumented feature of FTS simple tokenizer to customize delimiters

2014-09-16 Thread Niall Gallagher
Hi, The FTS simple tokenizer has an undocumented feature, which allows the set of characters it treats as delimiters to be configured. By default it simply treats all non-alphanumeric ASCII characters as delimiters, but the following example shows how it can be customized to use only '#' (hash)