Skip to content

Commit

Permalink
Update Query.php (yiisoft#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
githubjeka authored and cebe committed Jun 5, 2017
1 parent 1853b83 commit b5d1612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,8 @@ public function addSuggester($name, $definition)
// TODO support multi query via static method http://www.elastic.co/guide/en/elasticsearch/reference/current/search-multi-search.html

/**
* Sets the querypart of this search query.
* @param string $query
* Sets the query part of this search query.
* @param string|array $query
* @return $this the query object itself
*/
public function query($query)
Expand Down

0 comments on commit b5d1612

Please sign in to comment.