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

Categories

Path: carbone.db.categories.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.

Tags

Path: carbone.db.tags.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.

Templates

Path: carbone.db.templates.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.