You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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]