algolia / algoliasearch-client-scala

⚡️ A fully-featured and blazing-fast Scala API client to interact with Algolia.
https://www.algolia.com/doc/api-client/getting-started/install/scala/
MIT License
26 stars 29 forks source link

feat(browse): Implement browse POST request #622

Closed aallam closed 3 years ago

aallam commented 3 years ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Need Doc update no

Describe your change

Replace the existing browse GET request with browse POST. When the query to too long, GET request returns 414.

PR fork of #621

jlogeart commented 3 years ago

Hey @Aallam, thanks for merging the change.

Any chance you can release a new version? That would allow us at Flow to use the Algolia client and not our fork.

Thanks

aallam commented 3 years ago

Hello @jlogeart,

A new version has been released: 1.39.1 Please give it a try!

jlogeart commented 3 years ago

Thanks @Aallam, I appreciate it.

Keep up the good work!