Skip to content

Commit 200369e

Browse files
committed
fixed a query string
1 parent f58805b commit 200369e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/cognitive-search-quickstart-blob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ After an index is created, you can run queries to return results. In the portal,
135135

136136
1. Select **Change Index** at the top to select the index you created.
137137

138-
1. Enter a search string to query the index, such as `search=Microsoft&searchFields=organizations&$select=people,organizations,locations,imageTags`.
138+
1. Enter a search string to query the index, such as `search=Microsoft&$select=people,organizations,locations,imageTags`.
139139

140140
Results are returned as JSON, which can be verbose and hard to read, especially in large documents originating from Azure blobs. Some tips for searching in this tool include the following techniques:
141141

0 commit comments

Comments
 (0)