Sample Page Using Rapid UI

A quick way to see your data on a search results page is through the Rapid UI Framework. The developer portal overall shows all the ways you can build your search experience (API, SDK, Connector) but for this example, we will use Rapid UI.

In your IDE or code editor - copy in the Rapid UI Code found here: https://developerdocs.hawksearch.com/docs/rapid-ui-examples#code-example

In that code, you need to point to your new instance. Get the Client Guid you retrieved in the Authentication section and replace it here:

HawkSearch.config = {
clientId: "change-here",

You can save the file as yourfile.html or any name you wish and either view it locally or put it onto a server for others to see. It will be a very basic layout, but you should begin to get an idea of how the basics work.

Here is an example:

http://hawksearch-sales.demos.hawksearch.com/sales/quickstart-sandbox/handlebars.html

You can view the page source.