graph-explorer icon indicating copy to clipboard operation
graph-explorer copied to clipboard

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

Open ssh-5 opened this issue 2 years ago • 1 comments

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

ssh-5 avatar May 03 '23 21:05 ssh-5

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.

krlawrence avatar Jul 20 '23 12:07 krlawrence

I did a bit of investigation and prototyping for this. Adding proper paging would require ordering the results. This would slow down all search queries to a fairly large degree.

Alternatively, I suggest we add the ability to set the result size. Something like a drop down with 10, 25, 50, 100 would suffice.

kmcginnes avatar Jun 19 '25 23:06 kmcginnes