Skip to content

7.16.2

Compare
Choose a tag to compare
@siddharthlatest siddharthlatest released this 07 Mar 17:14
· 552 commits to dev since this release
  • 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.