Description
Is your feature request related to a problem? Please describe.
When using MRVA with a query (custom or default) that yields a lot of results it is often hard to figure out which of the results are the most promising ones. Only after clicking on "Show paths" one learns how long the paths are and likely starts looking at results with a lower path count.
See also: Feature request: allow to limit results by path length in UI
Describe the solution you'd like
It would be nice if the shortest paths for all the results would be displayed in the overview. (For MRVA and maybe also for local queries).
I've hacked this together in my experimental branch and it's already helpful (but not so beautiful 😉 ) - see commit p-@20617d2.
Describe alternatives you've considered
An alternative or a nice addition would be if they results were ordered with regards to their shortest path length (shortest length on top).
Additional context
See also: Feature request: allow to limit results by path length in UI