diff -u b/core/modules/views/src/Plugin/views/filter/Combine.php b/core/modules/views/src/Plugin/views/filter/Combine.php --- b/core/modules/views/src/Plugin/views/filter/Combine.php +++ b/core/modules/views/src/Plugin/views/filter/Combine.php @@ -149,8 +149,8 @@ return; } - // Match all words separated by spaces or sentences when encapsulated by - // double quotes. + // Match all words separated by spaces or sentences encapsulated by double + // quotes. preg_match_all('/ (-?)("[^"]+"|[^" ]+)/i', ' ' . $this->value, $matches, PREG_SET_ORDER); // Switch between the 'word' and 'allwords' operator.