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 e8cee8f commit b991c3aCopy full SHA for b991c3a
client/src/commonMain/kotlin/com/algolia/search/model/rule/Consequence.kt
@@ -113,6 +113,7 @@ public data class Consequence(
113
if (edits != null) remove(Key.Query)
114
remove(Key.AutomaticFacetFilters)
115
remove(Key.AutomaticOptionalFacetFilters)
116
+ remove(Key.RenderingContent)
117
}
118
return if (modified.isNotEmpty()) {
119
JsonNoDefaults.decodeFromJsonElement(Query.serializer(), JsonObject(modified))
0 commit comments