Edge property filters should work exactly like node property filters #41
Labels
bug
Something isn't working
core functions
Issues related to the main Grafito functions
engine
Issues related the Grafito database engine
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:
(if person is a node)
...but we can do:
(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.
The text was updated successfully, but these errors were encountered: