...
Info |
---|
When filtering is active the connector exposes endpoints for the search and autocomplete queries making it work as a proxy. |
Searching and typing trigger the connector’s endpointsTyping in the search box triggers the connector’s autocomplete endpoint. Searching triggers the connectors search endpoint.
A server-side call to the Hawksearch API is made which returns the result for that request
The user’s permissions are evaluated and used to filter the results server-side
After the filtering is completed the results are displayed to the user though the Hawksearch result widget
...