Webboard: UserScore with PHP

[email protected] 14 Dec 2009 23:28:46 -0000
Newsgroups gmane.comp.web.mnogosearch.php-frontend
Message-ID <[email protected]>
Author: Amar Bouchibane
Email: [email protected]
Message:
Hi,



I'm trying to set a "UserScore" with PHP but this has no effect, e.g.:



$res = Udm_Set_Agent_Param_Ex($udmAgent, 'UserScoreFactor', 255);

$res = Udm_Set_Agent_Param_Ex($udmAgent, 'UserScore', 'hztest '.'"SELECT rec_id, 255 FROM url WHERE rec_id=483"');

$res = Udm_Set_Agent_Param_Ex($udmAgent, 'us', 'hztest');



The above example should only give one record (id=483) a higher score.

Any suggestions?



best regards,

Amar

Reply: <http://www.mnogosearch.org/board/message.php?id=21022>