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 passing 
Udm_Alloc_Agent the same parms as in the mnoGoSearch PHP front end, so I know they 
work, to wit:

  $udm_agent = Udm_Alloc_Agent   
       ("mysql://mysqluser:candy@localhost/mnoGoSearch/");

I check the $udm_agent to be sure its not FALSE, and then call

  $res = Udm_Find($udm_agent,$str);

where string contains a simple test search string, such as "and".

My script never returns from this function. My next line is a print statement which I 
never see. I comment out the Udm_Find line, and I see the rest of the output of the 
script.

Hmmmm!

Thanks in advance for any advice

Rich

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

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to