When searching can we have the directory path show next to the bcup file name. In the scenario where the name is the same, the additional path information can help.
Example
vault.bcup/John/
vault.bcup/Bob/
Currently, the work around for the search, is I would type "John Desktop" to further narrow down my search.
Issue
https://i.imgur.com/uILO2vB.jpg
To something like this
https://i.imgur.com/bYZx03j.jpg
I was seeing if i could do this issue, but I'm having trouble understanding the data structure. the code now uses the getSharedArchiveManager object to obtain the name of the archive file but this doesn't have any group attributes?
getSharedArchiveManager object to obtain the name of the archive file but this doesn't have any group attributes?
It's pretty much done by taking the Entry and recursing upwards to get all the parents. You can see it done in the browser extension.
Would be super cool to differentiate some items like this:

@perry-mitchell if I remember correctly the first version had a group path. I will go dig it up to see if it was removed or something.
Most helpful comment
@perry-mitchell if I remember correctly the first version had a group path. I will go dig it up to see if it was removed or something.