My iPhone application uses SQLITE\'s FTS3 functions (specifically MATCH and OFFSET). These are essential to my optimized searching algorithm. I implemented FTS3 by including three SQLITE source files,
Is there a way to determine if a MATCH query sent to an fts3 table in sqlite is valid? Currently, I don\'t find out if the expression is invalid until I try to run it, which makes it a little tricky.