You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The '--display-property' and '--edge-display-property' query magic parameters currently only allow for a single property value to be selected. It would be nice to be able to select and combine several properties for a label.
Is your feature request related to a problem? Please describe.
The '--display-property' and '--edge-display-property' query magic parameters currently only allow for a single property value to be selected. It would be nice to be able to select and combine several properties for a label.
For example, if a query returns the vertex:
{T.id: 1, T.label: 'person', 'firstname': 'foo', 'lastname': 'bar'}
It would nice to be able to pass in something like:
my_node_labels = ‘{“person”:“firstname+lastname”}’
And get
foobar
as the final label on the visualized node.The text was updated successfully, but these errors were encountered: