trigger_error('Passing a non-integer as the second parameter of \Drupal\search_api\Plugin\views\query\SearchApiQuery::addConditionGroup() is deprecated in search_api:8.x-1.24 and is removed from search_api:2.0.0. If passing NULL or an empty string, pass 0 instead (or omit the parameter entirely). See https://www.drupal.org/node/3029582',E_USER_DEPRECATED);
}
if(!$this->shouldAbort()){
// Ensure all variants of 0 are actually 0. Thus '', 0 and NULL are all
// the default group.
@@ -1054,14 +1058,17 @@ class SearchApiQuery extends QueryPluginBase {
* respectively.
* If $value is NULL, $operator also can only be "=" or "<>", meaning the
* field must have no or some value, respectively.
* @param string|null $group
* @param int $group
* (optional) The Views query filter group to add this filter to.
trigger_error('Passing a non-integer as the fourth parameter of \Drupal\search_api\Plugin\views\query\SearchApiQuery::addCondition() is deprecated in search_api:8.x-1.24 and is removed from search_api:2.0.0. If passing NULL or an empty string, pass 0 instead (or omit the parameter entirely). See https://www.drupal.org/node/3029582',E_USER_DEPRECATED);
}
if(!$this->shouldAbort()){
// Ensure all variants of 0 are actually 0. Thus '', 0 and NULL are all