Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support composite vertex/edge labels #220

Open
michaelnchin opened this issue Oct 28, 2021 · 0 comments
Open

Support composite vertex/edge labels #220

michaelnchin opened this issue Oct 28, 2021 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@michaelnchin
Copy link
Member

michaelnchin commented Oct 28, 2021

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.

@michaelnchin michaelnchin added the enhancement New feature or request label Oct 28, 2021
@michaelnchin michaelnchin added this to New issues/Needs triage or review in Planning via automation Oct 28, 2021
@joywa joywa moved this from New issues/Needs triage or review to Low priority in Planning Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Planning
Low priority
Development

No branches or pull requests

1 participant