Indexed view is counting the nodes even if the user doesn't have any access

For example I have a content type called news and it is also a group content with private access only the members having access to the content

- Assume there is 10 node(1 private, 9 public)
- I have created a indexed node view which having a pager(items per page is 5)
- so the number of items in 1st page is 5 and 2nd page is 4 for non group members(such as anonymous user, etc)
- But in the first page it is only showing 4 items
- I have added a result summary to the header it is displaying as "Showing 1-5 of 10 results"
- I think view is also counting the node which the user doesn't have any access.

Is there any workaround for this issue. Is there any configuration to set to make it right.

Comments

jetsonjohn’s picture

Version: 7.x-2.7 » 7.x-2.x-dev