I am using the mnogosearch extension to PHP, which is documented as the udm_find(), udm_agent_alloc()function in the php manual.
mnogosearch provides a set of scripts to test the extension, which I have been using to try to set up search capabilities from within our own php scripts.
The problem: I don't know if it's because the udm stuff is very new or what, but there is a real scarcity of documentation on these functions. The PHP manual docs are minimal with no notes on usage. The mnogosearch scripts are complete but way complex, spaghetti code with tersely named global variables intertwined in mutiple scripts and no comments.
My question: does anyone know of documentation or simple examples of the use of these functions? I get the feeling the functions are too new to PHP because I've been able to find nothing.
Many thanks
Richard