restrictSearchableAttributes property

  1. @JsonKey(name: r'restrictSearchableAttributes')
List<String>? restrictSearchableAttributes
final

Restricts a query to only look at a subset of your searchable attributes.

Implementation

@JsonKey(name: r'restrictSearchableAttributes')
final List<String>? restrictSearchableAttributes;