You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/cognitive-search-quickstart-blob.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,28 +143,29 @@ Warnings are common in skillset execution. As you become familiar with how skill
143
143
144
144
After an index is created, use **Search explorer** to return results.
145
145
146
-
1. On the left, select **Indexes*** and then select the index. **Search explorer** is on the first tab.
146
+
1. On the left, select **Indexes** and then select the index. **Search explorer** is on the first tab.
147
147
148
-
1. Enter a search string to query the index, such as `satya nadella`. The search bar accepts keywords, phrases, and operators (`"Satya Nadella" +"Bill Gates" +"Steve Ballmer"`).
148
+
1. Enter a search string to query the index, such as `satya nadella`. The search bar accepts keywords, quote-enclosed phrases, and operators (`"Satya Nadella" +"Bill Gates" +"Steve Ballmer"`).
149
149
150
150
Results are returned as verbose JSON, which can be hard to read, especially in large documents. Some tips for searching in this tool include the following techniques:
151
151
152
-
+ Switch to JSON view to specify parameters.
152
+
+ Switch to JSON view to specify parameters that shape results.
153
+
+ Add `select` to limit the fields in results.
154
+
+ Add `count` to show the number of matches.
155
+
+ Use CTRL-F to search within the JSON for specific properties or terms.
156
+
157
+
:::image type="content" source="media/cognitive-search-quickstart-blob/search-explorer.png" alt-text="Screenshot of the Search explorer page." border="true":::
153
158
154
-
+ Add `count` and `select` parameters to show the number of matches and to limit the fields in results.
+ Use CTRL-F to search within the JSON for specific properties or terms.
165
-
166
-
:::image type="content" source="media/cognitive-search-quickstart-blob/search-explorer.png" alt-text="Screenshot of the Search explorer page." border="true":::
167
-
168
169
> [!TIP]
169
170
> Query strings are case-sensitive so if you get an "unknown field" message, check **Fields** or **Index Definition (JSON)** to verify name and case.
0 commit comments