1
0
mirror of https://github.com/bitwarden/help synced 2025-12-11 05:43:20 +00:00

items that you own

This commit is contained in:
Kyle Spearrin
2018-10-30 11:11:11 -04:00
parent e2d45341b5
commit e53f488f72

View File

@@ -65,7 +65,7 @@ Starting your search query with a greater than character (`>`) enables the full
- `>notes:something` - Search the notes field for the term "something". - `>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 a login's username field for the term "jsmith".
- `>+organizationid:*` - Search for all items that belong to an organization. - `>+organizationid:*` - Search for all items that belong to an organization.
- `>-organizationid:*` - Search for all items that *do not* belong to an organization. - `>-organizationid:*` - Search for all items that *do not* belong to an organization (item's that you own).
- `>+foo bar -baz` - Search for items that must contain "foo", might contain "bar" and must not contain "baz". - `>+foo bar -baz` - Search for items that must contain "foo", might contain "bar" and must not contain "baz".
Learn more about writing advanced search queries using [Lunr's searching guide](https://lunrjs.com/guides/searching.html){:target="_blank"}. Learn more about writing advanced search queries using [Lunr's searching guide](https://lunrjs.com/guides/searching.html){:target="_blank"}.