From 83d21f8f59ddd66de4e505a2b2302672cf9dd435 Mon Sep 17 00:00:00 2001 From: Sherry Date: Wed, 12 Jun 2024 11:25:18 -0700 Subject: [PATCH] Update list of field names. --- Instructions/Labs/11-ai-search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/11-ai-search.md b/Instructions/Labs/11-ai-search.md index 31b549a..8216b2a 100644 --- a/Instructions/Labs/11-ai-search.md +++ b/Instructions/Labs/11-ai-search.md @@ -169,7 +169,7 @@ After you have the documents in storage, you can use Azure AI Search to extract 1. Ensure that the **Key** is set to **metadata_storage_path**. Leave **Suggester name** blank and **Search mode** autopopulated. -1. Review the index fields' default settings. Select **filterable** for all the fields that are already selected by default. +1. Review the index fields' default settings. Select **filterable** for all the fields that are already selected by default. The field names that need to be marked *filterable* include: content, locations, keyphrases, sentiment, merged_content, text, layoutText, imageTags, imageCaption. ![Screenshot that shows the customize index pane with the index name entered and 'Filterable' selected for a default index field.](media/create-cognitive-search-solution/6a-azure-cognitive-search-customize-index.png)