Support multi-value properties
- 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
Assessment
This issue has not been assessed yet.