Webboard: Udm_Find error

2002-03-27 Thread gluke
Author: gluke Email: [EMAIL PROTECTED] Message: As i remember, you should initialize at least local and browser charsets, search page number and nuber results per page. Reply: ___ If you want to unsub

Webboard: Udm_Find error

2002-03-27 Thread Richard Fox
Author: Richard Fox Email: [EMAIL PROTECTED] Message: If you look at the init() function in init.inc, you will see that Udm_Set_Agent_Param() is called for a number of field/value pairs, to enable/disable or set many fields in the allocated agent. I had assumed that the default values for all

Re[2]: Webboard: Udm_Find error

2002-03-27 Thread Sergey Kartashoff
Hi! Tuesday, March 26, 2002, 6:52:54 PM, you wrote: RF> Thanks, gluke. I will check it out. But your answer brings me to another RF> question: is there any kind of programmers guide to using the udm functions? RF> The PHP manual gives the function definitions but there is no text on how RF> they

RE: Webboard: Udm_Find error

2002-03-26 Thread Richard Fox
Thanks, gluke. I will check it out. But your answer brings me to another question: is there any kind of programmers guide to using the udm functions? The PHP manual gives the function definitions but there is no text on how they are used. The PHP front end is informative but quite complex and larg

Webboard: Udm_Find error

2002-03-26 Thread gluke
Author: gluke Email: [EMAIL PROTECTED] Message: You should properly initialize library before search. Find the right example at the our PHP frontend which could be downloaded from our site. Reply: ___

Webboard: Udm_Find error

2002-03-25 Thread Richard Fox
Author: Richard Fox Email: [EMAIL PROTECTED] Message: Hi, Thanks for all your help so far, I am making progress. Indexing and the search front end is now working; now I am integrating the search functions with our own PHP code. My current problem is that my Udm_Find function never returns. I am