Type alias FindQuery

FindQuery: {
    [matchKey: string]: string | [string, string];
}

A find query. This is a map of key paths (specified dot-separated) to values to match.

The query you specify must match an access pattern on the collection, otherwise an [[IndexNotFoundException]] will be thrown by [[find]]

Type declaration

  • [matchKey: string]: string | [string, string]

Generated using TypeDoc