1
0
Fork 0
mirror of synced 2024-08-23 05:51:29 +12:00

Comment to explain what the new documentType meta option does.

This commit is contained in:
mike12345567 2024-05-28 18:31:19 +01:00
parent cb99007a42
commit f89f469e01

View file

@ -117,6 +117,9 @@ export interface QueryJson {
table: Table
tables?: Record<string, Table>
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?: {