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

Profiles

Path: anchorbrowser.db.profiles.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.

Sessions

Path: anchorbrowser.db.sessions.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.

Tasks

Path: anchorbrowser.db.tasks.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.