Replies: 1 comment
-
The problem here is that visibility is handled in process, where as the filters are direct query where clauses. In order to perform opperations across other entities, you start to get into the realms of performing joins on the data, or, moving the filtering in process and then it becomes a resource issue to load all entities in order to filter them in memory. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be useful to have the Source document (when it's a context app) when applying the filter using
SetFilter
as is available in theSetVisibility
method.This use case here is that there may be a sub-set of records (not related to the document itself, but to a enumerable or ID property on the document)
Beta Was this translation helpful? Give feedback.
All reactions