As many modern web pages are centered around a search functionality I wonder if there is a dedicated search widget that I didn’t know.
In the widget showcase they use the autocomplete widget to hack a search input but it doesn’t look right. (e.g. the focus changes form when search is in focus). Also most searches don’t work like a autocomplete because it is possible to search for a value even if it’s not in a finite list of suggestions.
The widget showcase is the perfect example why autocomplete isn’t suitable. You can’t search for “foo” and press enter to get a result page. If you compare this to the search of this discourse page it is possible and you can apply filters based on your search on the search result page afterwards.
Is there something I’m missing?