SearchEngineDelegate
Declares the list of methods for receiving result of search and resolve operations
-
Search Engine calls this method for every search update
-
offlineResultsUpdated(_:suggestions:searchEngine:)
Default implementationSearch Engine calls this method for every offline search update
Default Implementation
Default implementation does nothing
-
Search Engine did resolve SearchSuggestion. To receive resolved Search result you have to call “select(suggestion: SearchSuggestion)” method
-
resultsResolved(results:searchEngine:)
Default implementationOptional. Search Engine did resolve SearchSuggestion’s.
Default Implementation
Default implementation does nothing
-
Report search error during engine interaction