Merge #7713
7713: Issue #7712: Add flag for filtering exact matches from SearchSuggestionProvider and add SearchActionProvider. r=csadilek a=pocmo
This allows a consuming app to filter suggestions that match the entered text from `SearchSuggestionProvider`. Then they can add `SearchActionProvider` that provides a suggestion for the entered text. The benefit is that `SearchActionProvider` does not depend on querying a search engine first and therefore the suggestion will appear faster - especially on slow networks.
Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
Please register or sign in to comment