protected function getComparators()
    {
        $compators = [
            \Gems\Conditions::COMPARATOR_EQUALS    => $this->_('Equals'),
            \Gems\Conditions::COMPARATOR_NOT       => $this->_('Does not equal'),