Hi All! Could I use a custom parameter to filter a view? Not only with the Id?.
I have a list of “events” with a “members” attribute on each one.
Could I filter the list of events related to an specific user? …filtering the events based on the list of users defined in the members attribute?
I want to filter by the following attributes: owner.id and users.
If I filter by the user “123” I have to see only the first Document.
If I filter by the user “456” I have to see both Documents.
If I filter by the user “000” I have to see the secound Document (it is filter by the owner.id)