algolia / algoliasearch-client-kotlin

⚡️ A fully-featured and blazing-fast Kotlin/Android API client to interact with Algolia.
https://www.algolia.com/doc/api-client/getting-started/install/kotlin/
MIT License
59 stars 23 forks source link

fix(indexing): `JsonElement` as param of `Partial.Update` #404

Closed aallam closed 1 year ago

aallam commented 1 year ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Related Issue Fix #402
Need Doc update no

Describe your change

Allow JsonElement as parameter of Partial.Update, including JsonNull (or JsonPrimitive(null)).