Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This article provides information on how to use about the functionality, configuration and workflow behind the filter by permissions feature and how it worksof the Sitefinity connector.

Prerequisite

Info

Configured Connector - Configure Hawksearch

...

Steps to configure filtering by Permissions

  1. Create Open the Sitefinity backend, create a user and assign him a roleOpen or create a Sitefinity page

  2. Edit the permission for that role so that the user cannot view a certain content type e.g News

  3. Go to Content and create one blog post and one news

  4. Go to Administration → Search Indexes , create an index and reindex

  5. Create a Sitefinity page and open it for editting

  6. Place the Hawksearch box and Hawksearch results widgets

  7. Open the widget designer of each widget and click the Filter by permissions checkbox

  8. Under Where to search choose the newly created index and save the changes

  9. Open the page in the Frontend and search for the news that was created

Filter by permissions workflow

Info

When filtering is active the connector exposes endpoints for the search and autocomplete queries making it work as a proxy.

  1. Typing in the search box triggers the connector’s autocomplete endpoint. Searching , searching triggers the connectors connector's search endpoint.

  2. A server-side call to the Hawksearch API is made which returns the result results for that request.

  3. The user’s permissions are evaluated and used to filter the results server-side.

  4. After the filtering is completed the results are displayed to the user though the Hawksearch result results widget.

By filtering the results on the server nobody will be able to intercept the request cannot be intercepted client-side and see therefore making sure the results cannot be seen before they were filtered.

...