contains

@JvmName(name = "kleccnbyunrmmkre")
suspend fun contains(value: Output<List<String>>)
@JvmName(name = "exdgrcspidwrjfmp")
suspend fun contains(value: List<String>?)

Parameters

value

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.


@JvmName(name = "whvrkjrrnoytldxj")
suspend fun contains(vararg values: Output<String>)


@JvmName(name = "uryrtnhhjvvanbcm")
suspend fun contains(values: List<Output<String>>)
@JvmName(name = "xeqjvodijmidspox")
suspend fun contains(vararg values: String)

Parameters

values

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.