You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/search-howto-powerapps.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: How to query Azure Cognitive Search from Power Apps
3
3
titleSuffix: Azure Cognitive Search
4
-
description: Step-by-step guidance on how to create custom connector to Cognitive Search and how to visualize it from a PowerApp
4
+
description: Step-by-step guidance on how to create custom connector to Cognitive Search and how to visualize it from a Power App
5
5
author: luiscabrer
6
6
manager: eladz
7
7
ms.author: luisca
@@ -13,7 +13,7 @@ ms.date: 03/25/2020
13
13
14
14
# How to query a Cognitive Search index from Power Apps
15
15
16
-
This tutorial shows you how to integrate results from Azure Cognitive Search into a Power App.
16
+
This document shows how to create a Power Apps custom connector so that you can retrieve search results from a search index. It also shows how to issue a search query and visualize the results from a Power App.
17
17
18
18
## Prerequisites:
19
19
1. Power Apps account access with the ability to create custom connectors.
@@ -109,7 +109,7 @@ This step may take you to the out of the wizard and into the Connections page. Y
109
109
110
110
111
111
112
-
## Visualize Results from the Customer Connector we just created
112
+
## Visualize Results from the Custom Connector we just created
113
113
The goal of this tutorial is not to show you how to create fancy user experiences with power apps, so the UI layout will be minimalistic. Let's create a PowerApp with a search box, a search button and display the results in a gallery control. The PowerApp will connect to our recently created custom connector to get the data from Azure Search.
114
114
115
115
1. Create new Power App
@@ -132,9 +132,9 @@ Now *AzureSearchQuery* is a data source that is available to be used from your a
132
132
133
133
5. Insert the following elements:
134
134
- A Text Label with the value "Query:"
135
-
- A Text Input element (call it txtQuery, default value: "*")
135
+
- A Text Input element (call it *txtQuery*, default value: "*")
136
136
- A button with the text "Search"
137
-
- A Vertical Gallery called (call it galleryResults)
137
+
- A Vertical Gallery called (call it *galleryResults*)
138
138
139
139
Your form should look something like this:
140
140
@@ -159,7 +159,7 @@ Now *AzureSearchQuery* is a data source that is available to be used from your a
159
159
160
160
- **Edit Fields**, and select the fields you would like to visualize.
161
161
162
-
Since we provided a sample result when we defined the connector, PowerApps is aware of the fields available in your index.
162
+
Since we provided a sample result when we defined the connector, Power Apps is aware of the fields available in your index.
0 commit comments