Currently, the path column in search results show DNs in dot format see attached. By changing that to slash format we would get a root first output that can be sorted lexicographically to show the hierarchical order.

For example, instead of:
Notes-EXAMPLE.driverset1.TREE
Notes-EXAMPLE2.driverset1.TREE
NOVLNOTEENT-sub-cp-EntitlementsImpl.Subscriber.Notes-EXAMPLE.driverset1.TREE

it should display:
TREE\driverset1\Notes-EXAMPLE
TREE\driverset1\Notes-EXAMPLE\Subscriber\NOVLNOTEENT-sub-cp-EntitlementsImpl
TREE\driverset1\Notes-EXAMPLE2

Comments