Antoine Hémery

Results 10 issues of Antoine Hémery

Hi there 👋 I am the maintainer of the Algolia Library and I noticed you are using it! That's awesome. I was curious and I took a look at the...

The engine is introducing a new feature allowing to optionally compress request payloads (ie. POST/PUT body, http or https). To test it: Perform a `saveObject` with the content encoded with...

enhancement

The engine is introducing a new feature allowing to optionally compress request payloads (ie. POST/PUT body, http or https). To test it: Perform a `saveObject` with the content encoded with...

API feature

.NET hasn't had a (great) built-in way to deal with JSON. Instead we've relied on Json.NET which continues to serve the .NET ecosystem well. .NET Core 3 will be shipped...

Discussion
Next Major

# Summary The type of `averageClickPosition` field in variant response structure must be float. It was revealed that it was set to int in the Go API Client, so we...

Good First Issue

The following parameter is missing in `Query` https://github.com/algolia/algoliasearch-client-java-2/blob/1712feab2cfb54f7b07e355673f84ba775e607a1/algoliasearch-core/src/main/java/com/algolia/search/models/indexing/SearchParameters.java#L509

Bug

- Algolia Client Version: 6.5.0 ### Description The Explain.Alternative object has a type parameter that is now a `List` instead of a `String`. The fix requires a custom Deserializer to...

Bug
Good First Issue

What do you think of letting our users inject their own `ObjectMapper`? It could be injected like the HTTP Client. I am opening this issue because it's not the first...

Discussion
Chore

- Algolia Client Version: 2.X - Language Version: ### Description Add support for deserialization and serialization of `{"params":{"query":"toto"}}` (params query as string)

Bug

The engine is introducing a new feature allowing to optionally compress request payloads (ie. POST/PUT body, http or https). To test it: Perform a `saveObject` with the content encoded with...

API feature
Breaking change