1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

better login.username desc

This commit is contained in:
Kyle Spearrin
2018-10-30 11:12:29 -04:00
parent be319a6d35
commit 98736e3334

View File

@@ -63,7 +63,7 @@ Starting your search query with a greater than character (`>`) enables the full
- `>bitwarden*` - Search all fields for a term that starts with "bitwarden".
- `>notes:something` - Search the notes field for the term "something".
- `>login.username:jsmith` - Search a login's username field for the term "jsmith".
- `>login.username:jsmith` - Search the username field on items of type login for the term "jsmith".
- `>+organizationid:*` - Search for all items that belong to an organization.
- `>-organizationid:*` - Search for all items that *do not* belong to an organization (items that you own).
- `>+foo bar -baz` - Search for items that must contain "foo", might contain "bar" and must not contain "baz".