Hello!
Here are suggestions for the challenge at the end of the Azure Search Lab
The commands below should be types in the Search Explorer Query string bar. Use Ctrl+F
to make sure your queries are working as expected.
-
Return only the first document:
$top=1
-
Search documents where words "Microsoft" and "Cloud" are up to 20 words distant one from the other:
"Microsoft Cloud" ~20
-
Search for documents about Cloud, ordering the results by the score:
cloud order by score desc
-
Search for documents about Cloud, but filtering those with mentions to Oracle:
+cloud -oracle &searchMode=all
-
Search for documents about Cognitive Services and Bots:
"Cognitive Services", Bots
-
Search for all celebrities:
$select=celebrities