> On Jan 23, 2020, at 6:47 AM, mailing lists <[email protected]> wrote: > > The following SELECT statement fails with the error "unable to use function > MATCH in the requested context":
This is an annoying but documented limitation of FTS, not a bug. The MATCH operator can’t be used inside an OR expression. It has to be at top-level or in an AND. —Jens _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

