Skip to content

Commit 73f70a4

Browse files
committed
fixed media file bug
1 parent 6ecb9d9 commit 73f70a4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

articles/search/search-how-to-index-sql-database.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@ Use these instructions to create and load a table in Azure SQL Database for test
9393
SELECT Description FROM tbl_hotels;
9494
```
9595
96-
The Description field provides the most verbose content. You should target this field for full text search and optional vector queries.
96+
You should see results similar to the following screenshot.
97+
98+
:::image type="content" source="media/search-how-to-index-sql-database/t-sql-query-results.png" alt-text="Screenshot of query results showing the description field.":::
99+
100+
The Description field provides the most verbose content. You should target this field for full text search and optional vectorization.
97101
98102
Now that you have a database table, you can use the Azure portal, REST client, or an Azure SDK to index your data.
99103

0 commit comments

Comments
 (0)