corsair.twitter.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.
New to Corsair? See database operations, data synchronization, and multi-tenancy.
Tweets
Path:twitter.db.tweets.search
Searchable filters
| Field | Type | Operators |
|---|---|---|
entity_id | string | equals, contains, startsWith, endsWith, in |
id | string | equals, contains, startsWith, endsWith, in |
text | string | equals, contains, startsWith, endsWith, in |
authorId | string | equals, contains, startsWith, endsWith, in |
createdAt | string | equals, contains, startsWith, endsWith, in |
conversationId | string | equals, contains, startsWith, endsWith, in |
inReplyToUserId | string | equals, contains, startsWith, endsWith, in |
.search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.