aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
317 stars 47 forks source link

[Feature Request] Allow for more than 10 search result vertices in search bar #106

Open ssh-5 opened 1 year ago

ssh-5 commented 1 year ago

Graph Explorer Version (and Graph Database and Version used if applicable) Latest

Is your feature request related to a problem? Please describe. When searching for nodes in the search bar, the results only display up to 10 nodes. There is no way to add more / all search results in order to add to the canvas in bulk.

Describe the solution you'd like An ability to search for and add more than 10 vertices via a paginated format or other method would be extremely helpful when dealing with large amounts of data. Oftentimes, we wish to add 10+ or even all nodes into the canvas at once based on search result.

Additional context

krlawrence commented 1 year ago

I also think this would be a very useful feature to have. I had a case recently where I could not find what I was looking for as many properties had similar names and the ones I wanted were not in the 10 offered.