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

Brands

Path: boldsign.db.brands.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.

Custom Fields

Path: boldsign.db.custom_fields.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.

Documents

Path: boldsign.db.documents.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.