Supported MATCH Syntax
The MATCH operator supports a range of query structures, including:
- Keyword matches (e.g.,
Android) - Prefix matches (e.g.,
SQL*) - Phrase matches (e.g.,
"open source") -
NEAR,AND,OR, andNOToperators (e.g.,sqlite AND database)
The SQLite FTS3/FTS4 documentation has more on its supported query syntax.
Prev Table of Contents Next
This book is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license.