Skip to content

Commit

Permalink
Merge pull request #1 from lostcause/lostcause-patch-1
Browse files Browse the repository at this point in the history
Update SphinxSearch.php
  • Loading branch information
lostcause committed May 7, 2015
2 parents 2560f00 + 4379044 commit cba134a
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 cba134a

Please sign in to comment.