Re: [sqlite] Strange behavior with fts4

2012-06-16 Thread Yuriy Kaminskiy
Philip Bennefall wrote: > I hate to be cluttering up the list in this fashion, but I have come across > an issue that I cannot seem to find a solution for. > > I am using two fts tables, one that uses the normal tokenizer and another > that uses the porter stemmer, so that I can search the same

[sqlite] Strange behavior with fts4

2012-06-16 Thread Philip Bennefall
I hate to be cluttering up the list in this fashion, but I have come across an issue that I cannot seem to find a solution for. I am using two fts tables, one that uses the normal tokenizer and another that uses the porter stemmer, so that I can search the same dataset with and without porter.