AI-generated Key Takeaways
-
The Search template provides a search experience for drivers, including a search bar, keyboard, and results list, primarily for finding destinations.
-
During drives, the keyboard is hidden for safety, and users can interact with search through voice commands and previous results.
-
This template can be integrated with the Tab template for tabbed navigation within the app.
-
Developers must update the search results list as the user types and should prioritize dynamic content updates for search results during input.
-
The keyboard can be displayed as expanded or collapsed when parked, and developers can optionally include hint text in the search bar and display past results or relevant content by default.
The Search template presents a search bar, keyboard, and results list for users to perform searches, such as searching for destinations.
During drives, users can't access the keyboard, but they can use the voice assistant to interact with search and see previous results.
This template can be embedded in the Tab template to provide tabbed navigation.
Includes:
- Tabs, if this template is embedded in the Tab template
- Search bar header with optional action strip
- List rows for search results (within limits*)
- Keyboard (when parked), which apps can collapse or expand

Search template examples


Search template UX requirements
App developers:
MUST | Update the list when a user enters keywords. |
SHOULD | Provide dynamic content (screen refresh) only to show search results during user input. |
SHOULD | Either show content or launch a keyboard (if there is no content to show) when opening the template. |
MAY | Display the keyboard as either expanded or collapsed when a user opens the template in a parked state (the keyboard is unavailable during the driving state). |
MAY | Provide hint text on the search bar. |
MAY | Display a default list of past results or other relevant content. |