You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Otherwise, a subject matches if requireAll is true and all the non-keyword properties in frame exist in node with any value, or properties missing in node each have a property in frame which has a dictionary value containing only the key @default with any value.
In my case:
requireAll is set to true explicitly, despite true is the default
property ex:foo missing from the node but exists in frame; also
has a dictionary value containing only the key @default with the value of "baz"
Did I misunderstand how the algorithm works or is this a feature which has not been implemented yet?
By the way, tried out @lanthaler's processor and it returns both subjects, which I think is the correct behavior. permalink
The text was updated successfully, but these errors were encountered:
Consider this dummy document:
and this frame:
Your current implementation returns with following document:
However, I belive, that the result should contain both subjects, like this:
(actually this is the result what I want to achieve)
In the draft version 1.1, under step 3.6, it says:
In my case:
Did I misunderstand how the algorithm works or is this a feature which has not been implemented yet?
By the way, tried out @lanthaler's processor and it returns both subjects, which I think is the correct behavior. permalink
The text was updated successfully, but these errors were encountered: