Creates a query that has nested property queries.
A function that can return a Builder
Searches for elements that are after the given date. NOTE: It can be very important to set the valueType to either string or Date depending on what datastore you are using.
The property name/key to use.
The date to search.
Optional
options: { equalToAndAfter?: boolean; valueType?: DatastoreValueType }Additional options.
Searches for elements that are before the given date. NOTE: It can be very important to set the valueType to either string or Date depending on what datastore you are using.
The property name/key to use.
The date to search.
Optional
options: { equalToAndBefore?: boolean; valueType?: DatastoreValueType }Additional options.
Search a value
The property name/key to use.
The value to match.
Optional
options: Partial<PropertyOptions>Additional options.
A builder for version 3.0 search queries.