Skip to content

Commit 5e26e7c

Browse files
committed
Fixed semantic config field typo
1 parent 5d94e23 commit 5e26e7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/search/search-get-started-rest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ You're pasting this endpoint into the `.rest` or `.http` file in a later step.
4949

5050
Requests to the search endpoint must be authenticated and authorized. You can use API keys or roles for this task. Keys are easier to start with, but roles are more secure.
5151

52-
### Use keys
52+
### Option 1: Use keys
5353

5454
Select **Settings** > **Keys** and then copy an admin key. Admin keys are used to add, modify, and delete objects. There are two interchangeable admin keys. Copy either one. For more information, see [Connect to Azure AI Search using key authentication](search-security-api-keys.md).
5555

5656
:::image type="content" source="media/search-get-started-rest/get-api-key.png" lightbox="media/search-get-started-rest/get-api-key.png" alt-text="Screenshot that shows the API keys in the Azure portal.":::
5757

5858
You're pasting this key into the `.rest` or `.http` file in a later step.
5959

60-
### Use roles
60+
### Option 2: Use roles
6161

6262
Make sure your search service is [configured for role-based access](search-security-enable-roles.md). You must have preconfigured [role-assignments for developer access](search-security-rbac.md#assign-roles-for-development). Your role assignments must grant permission to create, load, and query a search index.
6363

articles/search/semantic-how-to-configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: cognitive-search
1010
ms.custom:
1111
- ignite-2023
1212
ms.topic: how-to
13-
ms.date: 06/13/2024
13+
ms.date: 06/27/2024
1414
---
1515

1616
# Configure semantic ranking and return captions in search results
@@ -55,7 +55,7 @@ You can only specify one title field, but you can have as many content and keywo
5555
Across all semantic configuration properties, the fields you assign must be:
5656

5757
+ Attributed as `searchable` and `retrievable`
58-
+ Strings of type `Edm.String`, `Collection(Edm.String)`, string subfields of `Collection(Edm.ComplexType)`
58+
+ Strings of type `Edm.String`, `Collection(Edm.String)`, string subfields of `Edm.ComplexType`
5959

6060
### [**Azure portal**](#tab/portal)
6161

0 commit comments

Comments
 (0)