I wonder if I am able to read just 5 items, why I am getting 60+ titles of course I get denied access to the 55 but I am able to see some content in the search that is not good... I would to add security in the search.
The "Faceted Search - Results Template" currently uses this template to show data:
{{#each items}}
<li>
<h3><a title="{{title}}" href="{{url}}">{{title}}</a></h3>
<p class="fragment">{{{fragment}}}</p>
<div>
I am currently getting titles that I should be restrict to read.... How I can add security so the search to display the items that I am able to read only and no all?
is there any property to add or validation...
Thank you,
Bill