> On Jul 11, 2017, at 10:08 AM, Richard Hipp <d...@sqlite.org> wrote:
> 
> But in the specific query you have, FTS4 is unable to handle
> the MATCH function and so it answers "no".  Or, maybe due to the OR
> clause, the query planner is not able to factor out the MATCH function
> and so it never even asks.  I'm not sure which, but for whatever
> reason, FTS4 did not take responsibility for handling the MATCH
> operator.

Hm. How can I find out more about what specific limitation of FTS4 I’ve run 
into?
My code generates SQL queries from a higher-level app-specific query 
description, so I need to be able to fairly flexibly do FTS searches in 
different combinations as requested by the higher levels.

—Jens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to