Skip to content

0.3.0-alpha

Latest
Compare
Choose a tag to compare
@chrispenny chrispenny released this 06 Nov 00:50
1b0912b

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 with SEARCH_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 with result_count_for_spelling_suggestions
  • Configuration suggestions_limit has been replaced with spelling_ suggestions_limit
  • SearchResultsController::QuerySuggestions() has been replaced with SearchResultsController::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