Skip to content

Commit e77b120

Browse files
algolia-botkai687millotp
committed
fix(specs): condition cant be numeric filter (generated)
algolia/api-clients-automation#4726 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent ca88872 commit e77b120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client_search/lib/src/model/condition.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ final class Condition {
3232
@JsonKey(name: r'context')
3333
final String? context;
3434

35-
/// Filters that trigger the rule. You can add add filters using the syntax `facet:value` so that the rule is triggered, when the specific filter is selected. You can use `filters` on its own or combine it with the `pattern` parameter.
35+
/// Filters that trigger the rule. You can add filters using the syntax `facet:value` so that the rule is triggered, when the specific filter is selected. You can use `filters` on its own or combine it with the `pattern` parameter. You can't combine multiple filters with `OR` and you can't use numeric filters.
3636
@JsonKey(name: r'filters')
3737
final String? filters;
3838

0 commit comments

Comments
 (0)