Greetings, all. Really hitting a blocker with the current state of Privacy Rules and hoping someone out there has found a viable solution. I’m trying to create publicly accessible content, but the content is made up of multiple data types that are connected via parent-child relationships, and I can’t get the privacy rules to cooperate. I don’t have a User to attach these to as this content will be browsed anonymously.
Here is a sample:
Article
ID: 1 Title: An Intro to Bubble Publish State: Published
Content
ID: 1 Article: 1 Text: Overview
ID: 2 Article: 1 Text: This is the text that will appear in the article.
I need the logic to enable the Content data type to be viewed when the linked Article data type is published, but I keep getting the dreaded “This Thing’s X’s Y” can’t grant search access" error. I THOUGHT this could be solved by doing the search on the Article and then displaying a List of Content from the Article in an RG, but the “Search” limitation apparently impacts the display of items even if they aren’t being “searched.”
Any help would be greatly appreciated as I’m about at my wit’s end.