sqlite match fts does not work correctly in LC?
Posted: Wed Aug 19, 2015 1:50 pm
I try to get a result of a query similar to
select * from table1 where table1 match 'abc -def'
This should return all rows with the value abc and not def in one of its columns. It works in sqlite browser. But not in LiveCode. It ignores the - part. Also tried NOT.
Same with the or operator. It just removes it or something?... Bad behavior.
Also when using a :1 in the match query it only returns the 1 result.
Any ideas?
select * from table1 where table1 match 'abc -def'
This should return all rows with the value abc and not def in one of its columns. It works in sqlite browser. But not in LiveCode. It ignores the - part. Also tried NOT.
Same with the or operator. It just removes it or something?... Bad behavior.
Also when using a :1 in the match query it only returns the 1 result.
Any ideas?