getFullName(), $this->getValue(), $this->getModifiers()); return $filter->apply($query); } protected function applyOne(DataQuery $query) { /* NO OP */ } public function exclude(DataQuery $query) { $filter = new ExactMatchFilter($this->getFullName(), $this->getValue(), $this->getModifiers()); return $filter->exclude($query); } protected function excludeOne(DataQuery $query) { /* NO OP */ } }