Skip to content

Edge property filters should work exactly like node property filters #41

@drkameleon

Description

@drkameleon

As of the latest PR, we can actually set properties for edges and create relevant queries.

However, the capabilities are not the same.

For example, we can do:

person [age: -> above: 30]

(if person is a node)

...but we can do:

person [
     livedIn: |> place [][
          duration: -> above 2
     ]
]

(where livedIn is an edge)

This has to be fixed. Pretty much, we'd have to copy the "filter-nodes-based-on-properties" implementation and replicate that in the equivalent for our edges.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcore functionsIssues related to the main Grafito functionsengineIssues related the Grafito database engine

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions