expr = $expr; } protected function fts4Query(): string { return "-{$this->expr->fts4Query()}"; } public function toString(): string { return "(FTS-NOT {$this->expr->toString()})"; } }