contains property

List<String>? contains
getter/setter pair

Only get facet values that contains the given strings.

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

Implementation

core.List<core.String>? contains;