...
Searching and typing trigger the connector’s endpoints
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
Important note
By filtering the results on the server nobody will be able to intercept the request client-side and see the results before they were filtered.
...
.
...