Skip to content

Commit c0aef60

Browse files
committed
feat(search): add KDoc to appliedRules
1 parent d6df342 commit c0aef60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/commonMain/kotlin/com/algolia/search/model/response/ResponseSearch.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ public data class ResponseSearch(
213213
* Meta-information as to how the query was processed.
214214
*/
215215
@SerialName(KeyExplain) val explainOrNull: Explain? = null,
216+
/**
217+
* The rules applied to the query.
218+
*/
216219
@SerialName(KeyAppliedRules) val appliedRulesOrNull: List<JsonObject>? = null
217220
) {
218221

0 commit comments

Comments
 (0)