prefixes

@JvmName(name = "qljdjpmrvmlabiky")
suspend fun prefixes(value: Output<List<String>>)
@JvmName(name = "mabckevilbcvvupf")
suspend fun prefixes(value: List<String>?)

Parameters

value

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.


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


@JvmName(name = "xdhuojjuikqqfvkh")
suspend fun prefixes(values: List<Output<String>>)
@JvmName(name = "hcwjiuxbxjbqexuq")
suspend fun prefixes(vararg values: String)

Parameters

values

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.