-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search for entries by UUID #1963
Comments
For the first point: "I want to know what is the original entry pointed by the reference of my current entry" should be nice to have an entry UUID option in the search engine, so you can search an entry by pasting his UUID (it's the For the second one: "I want to find all the entries referencing my current entry" it's more complicated and I think will need some time to develop |
This would be better implemented as a GUI element. I have an idea for a "meta" database class that contains dynamically computed relationship and other information about the database after it is opened and/or changed. |
Hello. Is there some progress? |
In KeePass2, I can click on the |
Any news on this topic? I worked a lot on building databases with references lately and found the two mentioned features very useful: Search entries by UUID - maybe showing both the entry with that UUID and entries using that UUID as reference would be confusing. I think there should be some kind of search-flag "don't) resolve in references", so you can toggle if references should be resolved during searching or not. This would make the search-behaviour more precise. Copy UUID from right-click-menu would save a lot of clicks! I think those are actually two separate features for the whole reference thing... If this get's more attention i would open a request for the right-click-menu thing. |
I've spent the past several hours trying to figure out which entry is being referenced by another, & finally found my way here. Is there still no way to do this? With many hundreds of entries, going through & looking at each entry's UUID via its properties is pretty agonizing... :/ |
You could export the xml of the database using keepassxc-cli and search the xml for the uuid |
Thanks, I'll give that workaround a try for now. Still do think it'd be nice to be able to directly search for UUID in the search box tho, I've had this issue a handful of times in the past as well. |
This will be fully addressed in 2.7.0 |
Excellent! :) |
@droidmonkey I have KeePassXC 2.7.1, and I can't figure out how to search for UUID. |
UUID search implemented in #9571 ;) |
Make sure to use the correct search string format: You can find an explanation by clicking the |
The way to answer my 2 following use cases is a bit complicated and I think look for REFerences directly from the search box could help :
Expected Behavior
Current Behavior
Currently, to know what is the original entry, I change
{REF:U@I:<reference_id>}
by{REF:T@I:<reference_id>}
(note theU
changed toT
) as detailed in #433 and try to find the corresponding entryThe second usecase can't be done
Possible Solution
Searchbox could be the easy way to implement but UX could be improved with right-click (as suggested in #433 too for a similar behaviour: copy the ref to clipboard)
Context
Context already detailed in summary above
The text was updated successfully, but these errors were encountered: