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

Content Items

Path: agilitycms.db.contentItems.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.

Content Models

Path: agilitycms.db.contentModels.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.

Page Modules

Path: agilitycms.db.pageModules.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.

Pages

Path: agilitycms.db.pages.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.

Sitemap Nodes

Path: agilitycms.db.sitemapNodes.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.

Sync Items

Path: agilitycms.db.syncItems.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.

Sync Pages

Path: agilitycms.db.syncPages.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.