Search Store
The Search Store API client allows you to integrate your application with your search interface through token authentication, instead of developing your backend to use OAuth 2.0.
The Search Store makes use of the token utilized by embeds. To enable embeds and retrieve an embed token:
-
Click the Integrations icon from the Applications UI sidebar.
-
From the Embeds tab, click the toggle to make your application Public.
-
Add your domains to the Allowed origins field.
-
Click Copy to copy the embed script and style sheet. Paste it in the
<head>of your HTML file.<script type="module" id="lw-ui-lib" api-url="https://APPLICATION_ID.applications.lucidworks.com/" embed-token="EMBED_TOKEN" src="SCRIPT_SRC"></script>
|
Can I use embed tokens to connect to multiple Springboard applications on the same site?
No, your site can only connect to one Springboard application at a time with embed tokens. This also applies to subdomains of your site. If your site, |
Additional information
The Developer documentation is a useful resource for writing Search Store functions, as it includes API configuration specifications with full descriptions and allowed values for the Search Store functions.