[Feature Request] Allow for more than 10 search result vertices in search bar
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
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.
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.