Releases: appbaseio/reactivesearch-api
Releases · appbaseio/reactivesearch-api
7.19.0
Bug Fixes
- RS API(
noss): cyclic dependency issues withreactprop - RS API(
noss): Fixtermquery - RS API(
noss): Replaceindexname in the RS API response - Replace
indexname in the Elasticsearch response
Features
- RS API(
noss): AddselectAllLabelproperty
🆕 Synonyms
Feature
- Add support for the new synonyms plugin. API ref over at: https://arc-api.appbase.io/?version=latest#61ff79f7-cd62-45f0-bcb6-20e6574abc72
7.17.1
Bug Fixes
- We fixed a bug in
nossrepo with GET /plan endpoint for clusters where it was not returning the new feature exceptions properties.
7.17.0
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
feat: replace index name with alias name (#83)
7.16.4
- Parity release for the
nosschanges. - Fixed a bug in the RS API / query-translate plugin for the
rangequery where it throws theinvalid rangeerror if thevalueis an empty array.
17.16.3-preview
fix: travis config to overwrite drafts (#75)
fix(functions): response parser for text data
- We've fixed the response parsing by Arc for all the reverse proxied endpoints.
7.16.2
- Parity release for the
nosschanges. - The RS API / query-translate plugin now handles the customQuery / react prop behavior in a better way:
A. It avoids applying theaggs,sort,_source,sizeandfromproperties 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 astimeoutwhen 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