Home > Forum > General > Reports based on the search index (Solr) - webcon 2022

Reports based on the search index (Solr) - webcon 2022
0

Hi, in this report, does a user need to have read privileges to view the data? Not to open the document itself, but just to view a specific item within the report. A couple of days ago, this worked without issue(without read rights), but now, without any changes, it no longer does — a user only see rows in the report for elements that have some assigned rights (such as read).

MVP
In reply to: Krystian Golik

Hi, maybe he had additional global permissions to view all data before, and after removing them, you reindexed and the permissions were refreshed?
As far as I remember, SOLR reports always presented data for documents to which you have at least read permissions.

I can confirm this.
If user should see something on a report - he needs to have read permissions to the document.
Without those permissions no entries will be shown on regular/solr reports.

If there is such a need you could try to create a document with a data table and write custom SQL query, this will bypass default permission filters, although on data table you can't really do as much as on regular report.