Anthony Seure

Results 25 issues of Anthony Seure

It was discovered that the Algolia Search API is sometimes returning the `ignorePlurals` field from a Query Rule's consequence params field as a string, such as: ```json "consequence": { "params:"...

The `autoGenerateObjectIDIfNotExist` boolean parameter is for now only valid in the context of the `saveObjects()` method. As pointed out by @julienpa, it would make sense to also accepts it as...

It was discovered that the Algolia Search API is sometimes returning the `ignorePlurals` field from a Query Rule's consequence params field as a string, such as: ```json "consequence": { "params:"...

- Algolia Client Version: 6.7.0 - Language Version: .NET 3.1 ### Description Few snippets from our documentation are overriding the `AlgoliaConfig.DefaultHeaders` instead of appending values to them. While the issue...

The `autoGenerateObjectIDIfNotExist` boolean parameter is for now only valid in the context of the `saveObjects()` method. As pointed out by @julienpa, it would make sense to also accepts it as...

On top of the existing `objectID` (singular) string field, a new `objectIDs` (plural) string array field is now be exposed in the `rule.consequence.promote` Rule object representation. This lets the user...

paused

In this commit https://github.com/algolia/algoliasearch-client-python/commit/108e270dd007734c814066abd08882be48fe767c#diff-448ff623544e049c870f5282201af825, an helper function was added to the tests to remove a `_metadata` extra key which is added by the engine to the rules returned by the...

Found out about this flaky test as of `2.3.1` for `py34-sync` (but the version is probably not related) when running all tests in parallel with `tox -p`. ``` ====================================================================== FAIL:...

https://github.com/algolia/algoliasearch-client-specs-internal/issues/30

API feature

### Describe the solution Hello team, Today, we've spent quite some time trying to guess why `wrangler` was correctly starting (as we were seeing the Wrangler version header being displayed)...

needs reproduction
bug