Developer Docs - Mobile Docs - Search
Performs a search using one of the configured search components and displays the results.
M v3.0
Getting Started
A little bit of forewarning for when jumping into this block is that it has been pre-configured to function with the 'Person Name' search component. If you plan to change the component type, a decent understanding of XAML will have to be incorporated into the Result Item Template to use the ItemType.
The good news is that if that is the intended functionality, it works right out of the box, as long as you set the Search Component to Person Name.
Settings
Styles
Since this is a XAML template, there’s no styling X-Ray available.
Utilizing Search History M v5.0C v15.0
You can utilize certain block settings to display a 'recently searched for' view that displays when the search field is empty. This is done through a combination of a few things, with the first being the AppendToSearchHistory command. This command is available on the Result Item Template. This command saves specific information about the entity to the shell.
These items then utilize the Historical Result Item Template, so you can save any related entity information to have full customization over your recent searches.