I have a list of projects that represent an Entity list, the Project Entity has many to many RelationShip with the Contact entity that represents Contributors. I want to filter this Entity list based on two conditions :
1) Created by the Portal User which is a column inside the Project Entity.
2) be one of the Contributors to that Project.
I want to return all records that satisfy at least one of the two conditions.