Releases: appbaseio/reactivesearch-api
Releases · appbaseio/reactivesearch-api
7.16.2
- 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 theaggs
,sort
,_source
,size
andfrom
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 astimeout
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
fix: fetch up to 1000 permissions and users
RS API + Query Rules
Merge pull request #73 from appbaseio/feat/query-translate feat: Implement RS API
7.15.1
Merge pull request #70 from appbaseio/fix/user-management feat: update error messages + add response header for 401 errors
feat: functions
Merge pull request #68 from appbaseio/feat/function_middleware feat: Open-Faas functions integration
7.14.3
7.14.0
7.13.1
7.13.0: fix: source filtering for msearch request (#67)
* fix: users test * fix: source filtering for msearch request
7.12.1: fix: source filtering for msearch request (#67)
Fixes
- Source filtering related classification issue #67.