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

Boards

Path: canny.db.boards.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.

Comments

Path: canny.db.comments.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.

Posts

Path: canny.db.posts.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.

Votes

Path: canny.db.votes.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.