v.0.1.0.5
AzureSearchTool v.0.1.5
This is the very first release of the AzureSearch Tool.
The tool lets you connect to different indexes and assists you formulating search queries.
As a byproduct it generates a REST url for you to use in your application.
With this it should be easier to develop against the Azure Search REST Api.
Pictures or it did not happen!
Enter your service name, API key and press connect. The tool then discovers all available indexes.
After selecting an index you can formulate your query. The tool assists you with all available parameters and generates the REST url so that you can use it in your application.
By now $top, $skip, $filter and api-version are implemented.
You can see the results in the "Search" tab as table or in the "Raw" tab as JSON.
Future
Implementation of the index, suggestions and facets tab.
Additionally implement the Test Data tab to quickly upload test data.
Feedback
Feedback & pull requests are highly appreciated.