MemoryFilter: NOT operator and nested expressions #1007
fubar-coder
started this conversation in
2. Feature requests
Replies: 1 comment 1 reply
-
This seems to be a duplicate? of #688, but I also need nested expressions too. I didn't realize this before. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'd like to use kernel memory, but I have a problem with the filter implementation, as it only allows "AND", "OR", and "EQUALS" operators, which is not enough in the following scenario:
Let's assume that you have a document, that has the following permissions:
Now let's assume that the user/role assignment is as follows:
The effective permission of the users are:
This are the filters I'd like to generate:
The filters for user D, E, and F have a similar structure and would allow filtering according to the documents ACL.
Is there a way to implement those kind of filters ourselves or is a library change required?
Beta Was this translation helpful? Give feedback.
All reactions