I’m running into an issue with filtering my lists. It’s a list of users for a friend platform. I want to be able only to see users who are not current friends of the logged-in user.
For some reason I can only filter from the current users perspective, meaning I can filter if the logged-in user is on the current user friend list, but I cannot filter to see if the current user is not on the logged-in user friend list.
I think that a solution is to create an another table with relations to the friends list, and than you would be able to filter logged-in user’s relations.