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

Events

Path: chmeetings.db.events.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: chmeetings.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.

People

Path: chmeetings.db.people.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.