This JSON returns all files that contained the user defined search string.(note: that the search tool also search in the context of certain files).
Use this link to retrieve the JSON service.
/sdata/mff?search=searchstring
{"searchString":"m","total":1,"items":[{"title":"FCKeditor_2.5.1.tar.gz","score":"0.3654883","url":"/access/content/group/e7c74d55-ccec-49f1-b4d3-0220bb4e0525/Exegesis%20Tool%20Resources/FCKeditor_2.5.1.tar.gz","reference":"/content/group/e7c74d55-ccec-49f1-b4d3-0220bb4e0525/Exegesis Tool Resources/FCKeditor_2.5.1.tar.gz"}],"status":"succes"}
If the search didn't return any results you will get this JSON back
{"total":0,"items":[]}