diff --git a/packages/types/src/sdk/search.ts b/packages/types/src/sdk/search.ts index a4221280bf..322afa81b7 100644 --- a/packages/types/src/sdk/search.ts +++ b/packages/types/src/sdk/search.ts @@ -117,6 +117,9 @@ export interface QueryJson { table: Table tables?: Record renamed?: RenameColumn + // specific to SQS/SQLite search on internal tables this can be used + // to make sure the documents returned are always filtered down to a + // specific document type (such as just rows) documentType?: DocumentType } extra?: {