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

Releases: MaxMelcher/AzureSearchTool

Suggestions, please!

06 Jul 12:21
Compare
Choose a tag to compare

Suggestions are a killer feature for search - same applies to Azure Search!
Performance for the lookup of the possible options in combination with a large index is a key here - scale!

Suggestion

In the current 0.7.0.0 version I added all of the possible suggestion options - its a different search type so it needed a while to add it to my current implementation. But as the version number indicates, I am close to catching up with the main features.

All of the 12 query options for suggestions are implemented:

azuresearchtool_suggestions

azuresearchtool_suggestions2

Video - Suggestions in Action

Watch it in action, first without fuzzy then with it:
https://www.youtube.com/watch?v=esxIevDo48w

Next version - "facet all the things"

Before I release version 1.0 I will add facets support. Maybe I will change the UX to support the facets visually - I will figure that one out while I implement it.

AzureSearchTool v.0.3.0.0

06 Jun 21:07
Compare
Choose a tag to compare

The tool lets you connect to different indexes and assists you formulating search queries against the Azure Search REST API.
As a byproduct it generates a REST url for you to use in your application.

With this it should be much easier to develop against the Azure Search REST Api.

Screenshots

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

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 all 16 query parameters are implemented:
azuresearchtool_queryoptions

You can see the results in the "Search" tab as table or in the "Raw" tab as JSON.
azuresearchtool_raw

In the case of an error, the tool returns the error message of Azure Search.
2015-06-06 22_01_52-azure search tool

Installation / Update

Just download the zip and extract it. Start the tool be launching AzureSearchTool.application or the setup.exe.

.NET Framework 4.5 is required.

If you have a previous installation, please uninstall prior starting this version.

Future

Suggestions and facets tab.
Additionally implement the Test Data tab to quickly upload test data.
Add an auto updated, the current installation experience sucks...

Feedback

Feedback & pull requests are highly appreciated.

v.0.1.0.5

03 Jun 12:13
Compare
Choose a tag to compare

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.