dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.17k stars 1.74k forks source link

Setting the SearchHandler at the Shell level should allow for an app-wide search #6910

Open eerhardt opened 2 years ago

eerhardt commented 2 years ago

Description

When setting the SearchHandler directly on the Shell:

image

Should put an "app wide" search button in the Shell's flyout.

Public API Changes

N/A

Intended Use-Case

This would allow someone to implement a "global Search" like in VS Code:

image

ghost commented 2 years ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.