Skip to content

Commit

Permalink
Update SphinxSearch.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lostcause committed May 7, 2015
1 parent 2560f00 commit 4379044
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Scalia/SphinxSearch/SphinxSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ public function setMatchMode($mode)
return $this;
}

/**
* Originally this didn't send the ranking expression, which caused a problem
*/
public function setRankingMode($mode, $rank='')
{
$this->_connection->setRankingMode($mode, $rank);
Expand Down

0 comments on commit 4379044

Please sign in to comment.