Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 677 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 677 Bytes

AzureSearchTool

Use this tool to test out and debug search queries against the Azure Search REST API

Learn how to build queries and how the different parameters should be formatted.

After running the query, you can view all types of result sets returned; Primary Results, Facets, Query Suggestions, in addition to the actual raw response received from the Search service.

In addition you select different indexes, see stats and a lot more.

More about the Search REST API in Azure Search on my blog: https://melcher.it

Special Thanks

The tool is basically similar to the SharePoint Search Query Tool (https://sp2013searchtool.codeplex.com/) - many thanks for the idea!