aws / aws/graph-explorer

Support multi-value properties

Open
#312 1 comment 1 reaction 0 assignees View on GitHub
enhancement exploration usability
Dominant language
TypeScript
Stars
481
Forks
108
Avg merge
6d 8h
Merged PRs (30d)
5

Description

## Description
Some database properties are lists of values. These properties should be rendered within Graph Explorer.

- Gremlin currently only shows the first value in the list
- openCypher shows all values in comma separated list
- SPARQL needs to be investigated

## Preferred Solution
- Treat all values as strings
- Concatenate values together with commas separating the values
- Limit list of values to some amount (perhaps 12)
- When there are more values than the maximum, have a "show more" link that will show all the values in a modal that can scroll

---

> [!TIP]
> Please use a 👍 reaction to provide a +1/vote.
>
> This helps the community and maintainers prioritize this request.

> [!IMPORTANT]
> If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.