37 $expr = $dbr->
expr(
'actor_user', $isNamed ?
'!=' :
'=', null );
38 if ( !$this->tempUserConfig->isKnown() ) {
42 return $expr->andExpr( $this->tempUserConfig->getMatchCondition( $dbr,
43 'actor_name', IExpression::NOT_LIKE ) );
45 return $expr->orExpr( $this->tempUserConfig->getMatchCondition( $dbr,
46 'actor_name', IExpression::LIKE ) );