sql = $singleFTS ? "nc.note_contents MATCH :{$bindPrefix}match" : "n.content_row IN ( SELECT rowid FROM note_contents WHERE note_contents MATCH :{$bindPrefix}match )"; $sqlex->bindings["{$bindPrefix}match"] = $this->fts4Query(); return $sqlex; } public function countFTSQueries(): int { return 1; } }