Skip to content

Commit 55fcbe7

Browse files
committed
fixing indentation
1 parent a0cb536 commit 55fcbe7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/search/search-howto-create-indexers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ When you are ready to create an indexer on a remote search service, you will nee
122122

123123
1. [Sign in to Azure portal](https://portal.azure.com).
124124

125-
1. On the search service Overview pge, choose from two options for creating an indexer:
125+
1. On the search service Overview page, choose from two options:
126126

127127
+ [**Import data wizard**](search-import-data-portal.md). The wizard is unique in that it creates all of the required elements. Other approaches require that you have predefined a data source and index.
128128

129129
+ **New Indexer**, a visual editor for specifying an indexer definition.
130130

131-
The following screenshot shows where you can find these features in the portal.
131+
The following screenshot shows where you can find these features in the portal.
132132

133-
:::image type="content" source="media/search-howto-create-indexers/portal-indexer-client.png" alt-text="hotels indexer" border="true":::
133+
:::image type="content" source="media/search-howto-create-indexers/portal-indexer-client.png" alt-text="hotels indexer" border="true":::
134134

135135
### [**REST**](#tab/indexer-rest)
136136

articles/search/semantic-how-to-query-request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ Similar to [scoring profiles](index-add-scoring-profiles.md), semantic configura
107107

108108
1. Select **Semantic Configurations** and then select **Add Semantic Configuration**.
109109

110-
1. **New Semantic Configuration** page will open, with options for selecting a title field, content fields, and keyword fields. Make sure to list content fields and keyword fields in priority order.
110+
The **New Semantic Configuration** page opens with options for selecting a title field, content fields, and keyword fields. Make sure to list content fields and keyword fields in priority order.
111111

112-
1. Select **OK** to save the changes.
112+
Select **OK** to save the changes.
113113

114-
:::image type="content" source="./media/semantic-search-overview/create-semantic-config.png" alt-text="Screenshot that shows how to create a semantic configuration in the Azure portal." border="true":::
114+
:::image type="content" source="./media/semantic-search-overview/create-semantic-config.png" alt-text="Screenshot that shows how to create a semantic configuration in the Azure portal." border="true":::
115115

116116
### [**REST API**](#tab/rest)
117117

0 commit comments

Comments
 (0)