Skip to content

Releases: appbaseio/reactivesearch-api

7.39.0

19 Jan 18:08
Compare
Choose a tag to compare

Features

  • Adds new monitoring featureset for Elasticsearch based on a customized metricbeat. The dashboard builds on this to provide a new set of monitoring analytics. [noss]

7.38.0

22 Dec 13:18
a9c3ede
Compare
Choose a tag to compare

Features

  • Adds a new UIBuilder plugin for persisting preferences of the search and recommendations UIs built via appbase.io dashboard [noss]
  • Adds ability to update payment method for self-host appbase.io users [noss]

Fixes

  • Fixes an issue with updating the payment method for hosted appbase.io users [noss]
  • Fixes an error log for "Permissions not found" which is technically not an error [noss]
  • Fixes an error log when authentication is incorrect [oss]

7.37.1_beta.0

07 Dec 04:29
1aa8233
Compare
Choose a tag to compare
  • Add update payment method for arc

7.37.0

30 Nov 13:20
1ba2cf1
Compare
Choose a tag to compare

Features

  • Support validation of ReactiveSearch API at the index level [noss]
    This enables rendering of the query generated by the ReactiveSearch API while accounting for search relevancy settings API reference

Fixes

  • Deletes stale analytics sessions which can otherwise cause incorrect logging of search-as-you-type queries [noss]
  • Handle in-place reindexing failure and prevent data loss when wait_for_completion is false (i.e. async mode) [oss]

7.36.0

18 Nov 11:29
4b8fd83
Compare
Choose a tag to compare

Features

  • Add support for rankFeature key for tuning search relevance using rank_feature mapping type when using the ReactiveSearch API. [noss]

Fixes

  • Fix an edge case that prevented saving of search relevancy data when fuzziness field's mapping would get set to a numeric type. [noss]

7.35.0

06 Nov 13:41
4b8fd83
Compare
Choose a tag to compare

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]

7.34.0

21 Oct 14:06
af92310
Compare
Choose a tag to compare

Features

  • Adds recent searches and recent results analytics endpoints [noss]
  • Capture the length of the search term while recording analytics [noss]

Fixes

  • Fix error status code to match when the Elasticsearch upstream returns an error [oss]

7.33.0

15 Oct 18:07
b5d9ad5
Compare
Choose a tag to compare

Features

  • Allow scope based user management

7.32.2

12 Oct 12:45
825476f
Compare
Choose a tag to compare

Features

  • Add support for e-commerce integration

7.32.1

01 Oct 11:39
Compare
Choose a tag to compare

Fixes

  • Arc query generation logic now respects customQuery key irrespective of whether value is defined. [noss]
  • Top clicks query in the query overview endpoint. [noss]