Replies: 1 comment
-
Ok, we were experiencing this in JanusGraph 0.6.3. Now upgraded to 1.0.0 and for our test case above the problem seems not to happen anymore. |
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
-
Consider this jruby example:
If executed against a very simple query, just filtering by search_nodetype property on a test dataset the result is:
So each found vertex has an out edge with label 'authors' which is found.
Now I only change the project query to filter for out edges with 'authors' as label like this:
The result should be identical, but it is not:
Am I missing something or is this a bug in JanusGraph?
best
Beta Was this translation helpful? Give feedback.
All reactions