If this content did not answer your questions, try searching or contacting our support team for further assistance.
acquia-dam-sdk / Components / SearchConnectorApi
new SearchConnectorApi(
client
):SearchConnectorApi
Create an instance of the SearchConnectorApi class.
The Instant Search Connector allows external applications access to Acquia DAM Asset search, without having to implement a native search UI
Provide an instance of ApiClient.
src/apis/search-connector/api.ts:15
getSearchConnectorUrl(
params
?):Promise
<GetSearchConnectorResult
>
Retrieve a url to the Search Connector UI. This UI intended to be displayed in an iframe within the parent application. The returned url is valid for 24 hours and is signed via a one-way hash to prevent modification of its parameters
Information about the request
Promise
<GetSearchConnectorResult
>
Promise containing the URL to the search connector UI.