We have a search view that’s using a search API index with nodes and media. The entity access processor is enabled for the index and is the first one in its respective queue.
The search however still displays unpublished nodes to anonymous users who obviously get an access denied page when clicking on them.
I tried to add a status true filter to the view and made sure that the status field is being indexed, but that didn’t change anything.
I also made sure that none of our custom modules contain any hooks that could interfere with the search results in such a way.
I am unsure how to even troubleshoot this further, so any advice or ideas would be appreciated.