We have a publicly-accessible Confluence site (http://developers.perfectomobile.com). From our Support Portal (https://support.perfecto.io), we'd like to use jQuery.ajax() to pass the search text then get back JSON results of matching articles and inject into our page's DOM (maintaining our styles). Right now, we use a form to send http://developers.perfectomobile.com/dosearchsite.action?queryString=SEARCHTEXT.
As we want it all to happen client-side in JavaScript, we don't want to embed any credentials (as they aren't needed to search our instance of Confluence).
Can anyone provide a JavaScript example?
Thanks in advance,
Nate
Never mind... found what I needed:
HTTP GET...
http://developers.perfectomobile.com/rest/searchv3/1.0/search?queryString=SEARCHTEXT
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.