The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]() Quote:
ie //////////// // do query //////////// $cl = new SphinxClient (); $cl->SetServer ( $sphinx_server, $sphinx_port ); $cl->SetWeights ( array ( 100, 1 ) ); // Number of results to display // $cl->SetLimits ( intval(0), intval($limit) ); // $cl->SetMatchMode ( $any ? SPH_MATCH_ANY : SPH_MATCH_ALL ); $cl->SetMatchMode ( $sp_srch ); $cl->SetSortMode ( $sp_sort ); $cl->SetGroups ( $groups ); $cl->SetGroups2 ( $groups2 ); $cl->SetGroups3 ( $groups3 ); $cl->SetGroups4 ( $groups4 ); $cl->SetGroups5 ( $groups5 ); $res = $cl->Query ( $q, $index ); Works for me byt putting the "SetSortMode" below Group 5 didn't work not sure why ![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|