Skip to content

Commit f7c8743

Browse files
author
Luis Cabrera
committed
A few additional tone changes
1 parent 3f153a2 commit f7c8743

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/search/search-howto-powerapps.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to query Azure Cognitive Search from Power Apps
33
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
55
author: luiscabrer
66
manager: eladz
77
ms.author: luisca
@@ -13,7 +13,7 @@ ms.date: 03/25/2020
1313

1414
# How to query a Cognitive Search index from Power Apps
1515

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.
1717

1818
## Prerequisites:
1919
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
109109
110110
111111
112-
## Visualize Results from the Customer Connector we just created
112+
## Visualize Results from the Custom Connector we just created
113113
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.
114114
115115
1. Create new Power App
@@ -132,9 +132,9 @@ Now *AzureSearchQuery* is a data source that is available to be used from your a
132132
133133
5. Insert the following elements:
134134
- 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: "*")
136136
- A button with the text "Search"
137-
- A Vertical Gallery called (call it galleryResults)
137+
- A Vertical Gallery called (call it *galleryResults*)
138138
139139
Your form should look something like this:
140140
@@ -159,7 +159,7 @@ Now *AzureSearchQuery* is a data source that is available to be used from your a
159159
160160
- **Edit Fields**, and select the fields you would like to visualize.
161161
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.
163163
164164
![Gallery Fields](./media/search-howto-powerapps/2-7-gallery-select-fields.png "Gallery Fields")
165165

0 commit comments

Comments
 (0)