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(search): unpaired surrogate url encoded query #407

Closed aallam closed 1 year ago

aallam commented 1 year ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Related Issue CR-4434
Need Doc update no

Describe your change

Ktor's formUrlEncode()loops indefinitely when it ends with unpaired surrogates. In this PR, we address this issue by removing any unpaired surrogates from the input.