We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d1a39 commit 66227d7Copy full SHA for 66227d7
client/src/commonMain/kotlin/com/algolia/search/model/rule/FacetValuesOrder.kt
@@ -10,7 +10,7 @@ public data class FacetValuesOrder(
10
/**
11
* Pinned order of facet values.
12
*/
13
- @SerialName(KeyOrder) public val order: List<String>,
+ @SerialName(KeyOrder) public val order: List<String> = emptyList(),
14
15
* How to display the remaining items.
16
0 commit comments