Doesn't work search by field name like to "test test":

sqlite> CREATE VIRTUAL TABLE test_fts USING fts4("test test");
sqlite> insert into test_fts values ('test');
sqlite> select * from test_fts where test_fts match '"test test":test';
sqlite> select * from test_fts where test_fts match 'test';
test


-- 
Best regards, Alexey Pechnikov.
http://pechnikov.tel/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to