Open Yamee opened 9 years ago
SearchDaimon does support the opensearch format. Current implementation does not support anonymous access though, so do need to authenticate to access it. I belive it's possible to get around authentication with some simple .htaccess hacks.
The URL is: http://yourbox/webclient2/api/opensearch/1.1/search?query=test
Edit: There is documentation with a working demo here: http://www.searchdaimon.com/documentation/C15/
Hi, I am interested in using SearchDaimon in one of our application and configured the server.But My question is about integrating on the server side as I'm using c# for the application and would like to get the search results Can you please confirm me if I can integrate it?Does the API provide an option of getting XML results as output?If yes,can you provide any documentation link. Thanks