Searched refs:is_phrase (Results 1 – 1 of 1) sorted by relevance
1113 int is_phrase; /* true if this term begins a new phrase */ member1132 static void query_add(Query *q, int is_phrase, const char *zTerm){ in query_add() argument1137 t->is_phrase = is_phrase; in query_add()1220 int need_positions = i<q.nTerms-1 && !q.pTerm[i+1].is_phrase; in fulltext_query()1222 if( q.pTerm[i].is_phrase ){ in fulltext_query()