Replies: 2 comments 2 replies
-
Just curious, any reason you are not using Graph feature (vertex, edge), but document. If so a |
Beta Was this translation helpful? Give feedback.
-
No particular reason for using properties. I can remodel my data. Hope that's how you'd do it.
Both
throws error Internal error class com.arcadedb.schema.LocalVertexType cannot be cast to class com.arcadedb.schema.EdgeType (com.arcadedb.schema.LocalVertexType and com.arcadedb.schema.EdgeType are in unnamed module of loader 'app') These four (just trying even when some of them make no sense)
return empty list.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Can anybody explain how to use
containsany
with sub-query? Given the dataI'd like to list all Posts with any
ba%
category.Category filter shows that correct categories are selected
Listing Posts by category RIDs works
However combining these 2 selects returns nothing
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions