Comment to explain what the new documentType meta option does.
This commit is contained in:
parent
cb99007a42
commit
f89f469e01
|
@ -117,6 +117,9 @@ export interface QueryJson {
|
||||||
table: Table
|
table: Table
|
||||||
tables?: Record<string, Table>
|
tables?: Record<string, Table>
|
||||||
renamed?: RenameColumn
|
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
|
documentType?: DocumentType
|
||||||
}
|
}
|
||||||
extra?: {
|
extra?: {
|
||||||
|
|
Loading…
Reference in New Issue