searchdaimon / enterprise-search

An open source search engine for corporate data and websites.
http://www.searchdaimon.com/
GNU General Public License v2.0
106 stars 43 forks source link

Get XML output for search #26

Open Yamee opened 9 years ago

Yamee commented 9 years ago

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

dagurval commented 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/