If you have worked in the Android View system, you are most likely familiar with the SearchView widget that can be used to send a request to a search provider, display any available results, and allow users to select them. In Jetpack Compose there is no widget at the time