Home
last modified time | relevance | path

Searched defs:is_phrase (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c1113 int is_phrase; /* true if this term begins a new phrase */ member
1132 static void query_add(Query *q, int is_phrase, const char *zTerm){ in query_add()