I’m not sure if this is a bug so wanted to ask for help first.
My app has Conversations which can involve multiple Users, which are stored in a User list field on the Conversation.
There are certain situations where I want to return a list of all Conversations a particular user is in. I do this by searching as follows:
I expected this to return all Conversations where that user is part of the Users list in the DB, but it doesn’t. I created a simple RG to just display all the results, and it’s only displaying 2 out of the 4 existing Conversations for a particular user. For other users it’s only showing 7 out of 18. It seems to be the same Conversations that are not showing for any user in them.
Am I missing something here, or is this a bug?