Skip to content

Commit

Permalink
ServerSearch - added search attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Sep 28, 2015
1 parent 5084c5b commit 1ff4e38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/models/ServerSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ class ServerSearch extends Server {
public function searchAttributes()
{
return ArrayHelper::merge($this->defaultSearchAttributes(), [
'name_like'
'name_like',
'with_requests',
'show_deleted',
'with_discounts',
]);
}
}

0 comments on commit 1ff4e38

Please sign in to comment.