1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00
* - Few Typos
- New 2FA FAQ Item
- Corrected recommendation in /forgot-master-password/
- Added 'Delete a Collection' section to /create-collections/
- Fix recommendation for 2FA Recovery Code
- Update plans flowchart & text
- Added 2019-2020 plans comparison tables
- Added linking to feature table in /about-bitwarden-plans/
- Added search example for org
- Added additional information about removing and org user to 
/managing-users/ and /delete-your-account/

* typo fix
This commit is contained in:
fred_the_tech_writer
2021-02-09 09:01:24 -05:00
committed by GitHub
parent 63ba2f081c
commit 2af855abd7
18 changed files with 111 additions and 53 deletions

View File

@@ -63,6 +63,7 @@ Once a field is specified, search for a value in that field using a colon (`:`)
When constructing a full-text search, you can apply the asterisk (`*`) as a wildcard character for specified search values, for example:
- `>organizationid:*` will search for all Vault items that belong to an Organization.
- `>organizationid:-` will search for all Vault items that do not belong to an Organization.
- `>login.username:*@gmail.com` will search for any Login item **Username** that ends in `@gmail.com`.
{% callout success %}