39 $expr = $dbr->
expr(
'actor_user', $isNamed ?
'!=' :
'=', null );
40 if ( !$this->tempUserConfig->isKnown() ) {
44 return $expr->andExpr( $this->tempUserConfig->getMatchCondition( $dbr,
45 'actor_name', IExpression::NOT_LIKE ) );
47 return $expr->orExpr( $this->tempUserConfig->getMatchCondition( $dbr,
48 'actor_name', IExpression::LIKE ) );