diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/filter/Compare.php b/core/modules/views/lib/Drupal/views/Plugin/views/filter/Compare.php index d4fe447..ec024e9 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/views/filter/Compare.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/filter/Compare.php @@ -28,6 +28,13 @@ public function canExpose() { /** * {@inheritdoc} */ + public function usesGroupBy() { + return FALSE; + } + + /** + * {@inheritdoc} + */ protected function defineOptions() { $options = parent::defineOptions();