prefixes property

List<String>? prefixes
getter/setter pair

Only get facet values that start with the given string prefix.

For example, suppose "categories" has three values "Women > Shoe", "Women > Dress" and "Men > Shoe". If set "prefixes" to "Women", the "categories" facet gives only "Women > Shoe" and "Women > Dress". Only supported on textual fields. Maximum is 10.

Implementation

core.List<core.String>? prefixes;