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

Suggestions, please!

Latest
Compare
Choose a tag to compare
@MaxMelcher MaxMelcher released this 06 Jul 12:21
· 4 commits to master since this release

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.