Skip to content

Releases: appbaseio/reactivesearch-api

7.19.0

01 Apr 09:12
6d820b4

Choose a tag to compare

Bug Fixes

  • RS API(noss): cyclic dependency issues with react prop
  • RS API(noss): Fix term query
  • RS API(noss): Replace index name in the RS API response
  • Replace index name in the Elasticsearch response

Features

  • RS API(noss): Add selectAllLabel property

🆕 Synonyms

28 Mar 10:20
cb4069d

Choose a tag to compare

Feature

7.17.1

27 Mar 13:17
b4e0dac

Choose a tag to compare

Bug Fixes

  • We fixed a bug in noss repo with GET /plan endpoint for clusters where it was not returning the new feature exceptions properties.

7.17.0

26 Mar 11:31
ece4ad8

Choose a tag to compare

Features

  • Add Search Relevancy plugin. It supports:
    • Language Settings
    • Search Settings
    • Aggregation Settings
    • Result Settings
  • Handles re-indexing of an index with better async + alias creation support

alias-test

20 Mar 13:40
7080b75

Choose a tag to compare

feat: replace index name with alias name (#83)

7.16.4

19 Mar 05:52
1c4b8c7

Choose a tag to compare

  • Parity release for the noss changes.
  • Fixed a bug in the RS API / query-translate plugin for the range query where it throws the invalid range error if the value is an empty array.

17.16.3-preview

11 Mar 14:09
7309213

Choose a tag to compare

fix: travis config to overwrite drafts (#75)

fix(functions): response parser for text data

10 Mar 18:43

Choose a tag to compare

  • We've fixed the response parsing by Arc for all the reverse proxied endpoints.

7.16.2

07 Mar 17:14

Choose a tag to compare

  • Parity release for the noss changes.
  • The RS API / query-translate plugin now handles the customQuery / react prop behavior in a better way:
    A. It avoids applying the aggs, sort, _source, size and from properties of a source query to other component queries that depend on the source query, as each of these settings are meant for the component itself.
    B. On the other hand, it bubbles other properties such as timeout when defined in a customQuery context so every dependent component query also gets those properties applied. Unless, any of the dependent component queries has the same property already defined, in which case that property's value gets used.

7.16.1

03 Mar 21:05

Choose a tag to compare

fix: fetch up to 1000 permissions and users