Skip to content

7.35.0

Compare
Choose a tag to compare
@siddharthlatest siddharthlatest released this 06 Nov 13:41
· 402 commits to dev since this release
4b8fd83

Features

  • Improve the default search relevancy function:
    • Remove autosuggest and search fields from the phrase_prefix query. [noss]
    • Adds cross_fields query in addition to best_fields for both and and or queryFormats. This improves on the search relevancy in a general way by covering a case where search should occur on the search term by treating all the specified fields as one single field. [noss]
  • Improves the re-indexing behavior by copying all the user applied settings from the source index. [oss]

Fixes

  • Persisting the search relevancy changes wasn't working. This reset the search relevancy settings every time the appbase.io service restarted. This release fixes that. [noss]