Contents

start()

Starts searching the index for items that match the current query string and parameters.

Declaration

func start()

Mentioned in

Discussion

This method uses the configured search parameters and query string to begin a search of the index. It then delivers the results of that search to the closures in the foundItemsHandler and completionHandler properties of the query object.

See Also

Executing the query with handler blocks