Assume I have a graph with vertices that have property name
, what is a good way to get Ids of all vertices that have the same name.
Extending this, if I have a graph with day
and month
properties, how to return IDs of these vertices that share the same values.