Skip to content

Releases: appbaseio/reactivesearch-api

7.16.2

07 Mar 17:14
Compare
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
Compare
Choose a tag to compare
fix: fetch up to 1000 permissions and users

RS API + Query Rules

02 Mar 17:36
1d5a118
Compare
Choose a tag to compare
Merge pull request #73 from appbaseio/feat/query-translate

feat: Implement RS API

7.15.1

04 Feb 00:33
c9589ed
Compare
Choose a tag to compare
Merge pull request #70 from appbaseio/fix/user-management

feat: update error messages + add response header for 401 errors

feat: functions

31 Jan 16:48
d74aa9c
Compare
Choose a tag to compare
Merge pull request #68 from appbaseio/feat/function_middleware

feat: Open-Faas functions integration

7.14.3

28 Jan 13:20
1d1c5f0
Compare
Choose a tag to compare
fix: reindex when analyzers are present (#69)

7.14.0

24 Jan 11:31
1d1c5f0
Compare
Choose a tag to compare
fix: reindex when analyzers are present (#69)

7.13.1

24 Jan 09:39
1d1c5f0
Compare
Choose a tag to compare

Fixes #69

7.13.0: fix: source filtering for msearch request (#67)

23 Jan 14:51
Compare
Choose a tag to compare
* fix: users test

* fix: source filtering for msearch request

7.12.1: fix: source filtering for msearch request (#67)

10 Jan 00:24
Compare
Choose a tag to compare

Fixes

  • Source filtering related classification issue #67.