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

v.0.1.0.5

Compare
Choose a tag to compare
@MaxMelcher MaxMelcher released this 03 Jun 12:13
· 16 commits to master since this release

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!

2015-06-03 12_55_13-azure search tool

Enter your service name, API key and press connect. The tool then discovers all available indexes.

2015-06-03 12_55_43-azure search tool

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.