What's Changed
- Breaking: Use new spelling suggestions feature. Update controller configuration by @chrispenny in #12
Breaking changes (summary)
- Discoverer v2
- Environment variable
SEARCH_SUGGESTIONS_ENABLED
has been replaced withSEARCH_SPELLING_SUGGESTIONS_ENABLED
- OotB support for Query Suggestions has been removed
- Retionale: We believe it is actually Spelling Suggestions that more closely fit the current use case
- Configuration
result_count_for_suggestions
has been replaced withresult_count_for_spelling_suggestions
- Configuration
suggestions_limit
has been replaced withspelling_ suggestions_limit
SearchResultsController::QuerySuggestions()
has been replaced withSearchResultsController::SpellingSuggestions()
SearchResultsController::ENV_SUGGESTIONS_ENABLED
has been removed- New configuration options added for Spelling Suggestions (see README)
Full Changelog: 0.2.2-alpha...0.3.0-alpha