Releases: appbaseio/reactivesearch-api
Releases · appbaseio/reactivesearch-api
7.21.0
Features:
- noss: Add support to provide past summary for comparison
- noss(RS API): Add support for
terms
aggregation (default)
Bug Fixes:
- oss: Fix index filtering logic for analytics
- noss(Rules): Validate trigger expression before saving a
rule
orfunction
- noss(RS API): Remove support for cyclic dependencies for
react
prop - noss(RS API): Fix
enableSynonyms
property and set default fuzziness tozero
in search relevancy
7.20.3
Fixes
- Fix a bug so that the synonyms API works with ElasticSearch v6
- ReactiveSearch API: Add checks for term query generation in context of
react
prop usage
Chore
- Updates the base image from Go1.13 to Go1.14, the latest stable release
Note
: 7.20.1 and 7.20.2 releases contained patch fixes around ReactiveSearch API that are fully addressed in this release.
7.20.0
Features
- Add support for geo_bounding box query
- Add feature to record user session
- Add analytics based on user session
Bug Fixes
- Remove cyclic dependencies for the same component in RS API
- Remove Synonyms validation as a separate feature
- Add
dataField
validation
7.19.2
Bug Fixes
- Fix a bug with ReactiveSearch API where it was crashing while extracting filters from the request body(
noss
) - Fix analytics bug with
re-indexed
index
7.19.0
Bug Fixes
- RS API(
noss
): cyclic dependency issues withreact
prop - RS API(
noss
): Fixterm
query - RS API(
noss
): Replaceindex
name in the RS API response - Replace
index
name in the Elasticsearch response
Features
- RS API(
noss
): AddselectAllLabel
property
🆕 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
noss
repo 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
noss
changes. - Fixed a bug in the RS API / query-translate plugin for the
range
query where it throws theinvalid range
error if thevalue
is an empty array.