filterPromotes property
Only use in combination with the promote
consequence. When true
, promoted results will be restricted to match the filters of the current search. When false
, the promoted results will show up regardless of the filters.
Implementation
@JsonKey(name: r'filterPromotes')
final bool? filterPromotes;