Skip to content

Commit 6855f36

Browse files
committed
added screenshot for cors option
1 parent e6b0a72 commit 6855f36

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
69.2 KB
Loading

articles/search/search-create-app-portal.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ When the index is ready to use, move on to the next step.
4949

5050
1. On the first wizard page, select **Enable Cross Origin Resource Sharing (CORS)** to add CORS support to your index definition. This step is optional, but your local web app won't connect to the remote index without it.
5151

52+
:::image type="content" source="media/search-create-app-portal/enable-cors.png" alt-text="Screenshot of the enable CORS action.":::
53+
5254
## Configure search results
5355

54-
The wizard provides a basic layout for rendered search results that includes space for a thumbnail image, a title, and description. Backing each of these elements is a field in your index that provides the data.
56+
The wizard provides a basic layout for rendered search results that includes space for a thumbnail image, a title, and description. Backing each of these elements is a field in your index that provides the data.
5557

56-
1. Skip **Thumbnail** because this index doesn't have images, but if you have an index field that's populated with URLs resolving to publically available images, you should specify that field for the thumbnail area. If your index doesn't have images, leave this field blank.
58+
1. Skip **Thumbnail** because this index doesn't have images, but if you have an index field that's populated with URLs resolving to publically available images, you should specify that field for the thumbnail area. If your index doesn't have image URLs, leave this field blank.
5759

5860
1. In Title, choose a field that conveys the uniqueness of each document. In this sample, the Hotel Name is a reasonable selection.
5961

@@ -70,7 +72,7 @@ In Azure AI Search, faceted navigation is a cumulative filtering experience. Wit
7072
> [!TIP]
7173
> You can view fields attributes on the **Fields** tab of the index in the Azure portal. Fields marked as filterable and facetable can be used in the sidebar
7274
73-
1. In the wizard, select the **Sidebar** tab at the top of the page. You'll see a list of all fields that are attributed as filterable and facetable in the index.
75+
1. In the wizard, select the **Sidebar** tab at the top of the page. You should see a list of all fields that are attributed as filterable and facetable in the index.
7476

7577
1. Remove some of the fields to shorten the sidebar so that you don't have scroll in the finished app.
7678

@@ -84,7 +86,7 @@ The following screenshot shows the suggestions page, juxtaposed with a rendered
8486

8587
:::image type="content" source="media/search-create-app-portal/suggestions.png" lightbox="media/search-create-app-portal/suggestions.png" alt-text="Screenshot of the suggestion configuration page.":::
8688

87-
## Create, download and execute
89+
## Create, download, and execute
8890

8991
1. Select **Create demo app** at the bottom of the page to generate the HTML file.
9092

0 commit comments

Comments
 (0)