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

Attr

Path: boxhero.db.attr.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.

Item

Path: boxhero.db.item.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.

Location

Path: boxhero.db.location.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.

Member

Path: boxhero.db.member.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.

Partner

Path: boxhero.db.partner.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.

Team

Path: boxhero.db.team.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.

Transaction

Path: boxhero.db.transaction.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.