mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-01 11:06:17 -04:00
Docs: example for how to search using attributes (#6410)
This commit is contained in:
parent
91e74944f3
commit
9fee79ea96
1 changed files with 3 additions and 0 deletions
|
@ -171,6 +171,9 @@ The following tables lists a few samples search queries for your reference:
|
|||
|
||||
|`+user:johnsmith -url:www.google.com *notes:"secret note \d"`
|
||||
|Search the username field for exactly johnsmith, the URL must not contain www.google.com, and notes contains secret note [digit].
|
||||
|
||||
|`+attr:mystring123`
|
||||
|Searches all Additional Attributes for any name OR value equal to mystring123.
|
||||
|===
|
||||
|
||||
== Advanced Entry Options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue