Fired when a search result is ready.
Parameters:
items
- a snapshot of items matching current query expression.Spawns a new search request. The result will be provided asynchronously via the InstantQuery.searchResult event.
A query expression to be executed against the given data index. For more information on the syntax read SyncClient.liveQuery.
A promise that resolves when query result has been received.
Instantiates a LiveQuery object based on the last known query expression that was passed to the InstantQuery.search method. This LiveQuery will start receiving updates with new results, while current object can be still used to execute repetitive searches.
A promise which resolves when the LiveQuery object is ready.
Set new index name
New index name to set
Allows repetitive quick searches against a specific Flex data. Unlike a LiveQuery, this result set does not subscribe to any updates and therefore receives no events beyond the initial result set.
Use the SyncClient.instantQuery method to create an Instant Query.