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

Accounts

Path: textrazor.db.accounts.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.

Categories

Path: textrazor.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.

Dictionaries

Path: textrazor.db.dictionaries.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.

Dictionary Entries

Path: textrazor.db.dictionaryEntries.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.

Entities

Path: textrazor.db.entities.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.