You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KeePassXC provides an enhanced and granular search features the enables you to search for specific entries in the databases using the different modifiers, wild card characters, and logical operators.
=== Modifiers and Fields
[grid=rows, frame=none, width=70%]
|===
|Modifier |Description
|- |Exclude this term from results
|! |Exclude this term from results
|+ |Match this term exactly
|* |Term is handled as a regular expression
|===
The following fields can be searched along with their abbreviated name in parentheses:
* Title (t)
* Username (u)
* Password (p, pw)
* URL
* Notes (n)
* Attribute names and values (attr)
* Attachment (attach)
* Group (g)
* Entry State (is:expired, is:weak)
=== Wild Card Characters and Logical Operators
[grid=rows, frame=none, width=70%]
|===
|Wild Card Character |Description
|* |Match anything
|? |Match one character
|\| |Logical OR
|===
=== Sample Search Queries
The following tables lists a few samples search queries for your reference:
|===
|Query |Description
|`user:johnsmith url:www.google.com`
|Searches the Username field for johnsmith and the URL field for www.google.com.
Overview
Neither the documentation nor the Search Help indicates which attributes/fields are searched when no modifiers or fields are specified.
Steps to Reproduce
Read the documentation:
keepassxc/docs/topics/DatabaseOperations.adoc
Lines 185 to 243 in 2fc24be
Expected Behavior
Tell the user which attributes/fields are searched by default.
Actual Behavior
Tell the user needs to guess attributes/fields are searched by default.
Context
Also #7967 mentions that it is not obvious which fields are used to search the content:
KeePassXC - Version 2.7.4
Revision: 63b2394
Operating System: Linux
Desktop Env: Cinnamon
Windowing System: X11
The text was updated successfully, but these errors were encountered: