Multi-Condition Rules feature
aseure opened this issue · 1 comments
aseure commented
This feature brings the support for multi-condition rules, which literally
means you can pass multiple conditions to trigger a single rule. The change
is backward-compatible and would ideally be shipped by mid-July or end-of-July
and it's gonna be deployed by June 19th for us to implement.
- The feature is about exposing a new
conditions
array of rule conditions
in the rule object. The existingcondition
field remains for
backward-compatibility. - Also, please update the CTS like so: https://github.com/algolia/algoliasearch-client-specs-internal/pull/126/files.
- Mark the
condition
key as deprecated.
nunomaduro commented
This API Client is a non-typed, therefore no action needs to be done here.
In addition, this client do not implement the CTS yet.