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 17e172f commit 673c27dCopy full SHA for 673c27d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.2.1
2
+
3
+- Fixed a bug when using advanced search: Disjunctive filters where flattened and lost proper AND / OR operator from the group #151
4
5
# 1.2.0
6
7
- Updated Kotlin `1.3.60`
buildSrc/src/main/kotlin/Library.kt
@@ -2,5 +2,5 @@ object Library: Dependency {
override val group = "com.algolia"
override val artifact = "algoliasearch-client-kotlin"
- override val version = "1.2.0"
+ override val version = "1.2.1"
}
0 commit comments