I attempted to change "Maximum Search Results to Return" from the old limit of 150 to a new limit of 180 through VB admin panel. However, when a user runs a search, the following error returns: searchd error: per-query max_matches=180 out of bounds (per-server max_matches=150) I set this limit through the VB admin panel before we installed the sphinx add on. So I suspect I have to update this limit directly somewhere in Sphinx? If so, which line will that be? Thank you!
$cl->SetLimits(0,100,100); Look out for this line. Function Prototype: function SetLimits ( $offset, $limit, $max_matches=0, $cutoff=0 ) Also check for 'max_matches' variable, - in your sphinx.conf file