Interface: QueryResult<Meta>
The results of running a query.
Type parameters
| Parameter |
|---|
Meta extends BaseMeta |
Properties
| Property | Type | Description | Source |
|---|---|---|---|
cached? | boolean | - | src/datastore/types.ts:143 (opens in a new tab) |
docs | ScoredDoc<Meta>[] | - | src/datastore/types.ts:142 (opens in a new tab) |
query | string | - | src/datastore/types.ts:141 (opens in a new tab) |