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 d6df342 commit c0aef60Copy full SHA for c0aef60
src/commonMain/kotlin/com/algolia/search/model/response/ResponseSearch.kt
@@ -213,6 +213,9 @@ public data class ResponseSearch(
213
* Meta-information as to how the query was processed.
214
*/
215
@SerialName(KeyExplain) val explainOrNull: Explain? = null,
216
+ /**
217
+ * The rules applied to the query.
218
+ */
219
@SerialName(KeyAppliedRules) val appliedRulesOrNull: List<JsonObject>? = null
220
) {
221
0 commit comments