Skip to main content
The Bitwarden plugin syncs data locally. Use corsair.bitwarden.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Ciphers

Path: bitwarden.db.ciphers.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Collections

Path: bitwarden.db.collections.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Members

Path: bitwarden.db.members.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Organizations

Path: bitwarden.db.organizations.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.