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:
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.