Chloe Liban
Chloe Liban
Sometimes the CI would throw `Algolia\AlgoliaSearch\Exceptions\NotFoundException: Index does not exist` on ABtesting and AAtesting. We need to fix this flakiness
| Q | A | ----------------- | ---------- | Bug fix? | yes | New feature? | no | BC breaks? | no | Related Issue | Fix #583 |...
When you pass a single array instead of an array of objects to the `saveObjects` method, the following error is returned: `PHP Fatal error: Uncaught Algolia\AlgoliaSearch\Exceptions\MissingObjectId: All objects must have...
| Q | A | ----------------- | ---------- | Bug fix? | yes/no | New feature? | yes/no | BC breaks? | no | Related Issue | Fix #563 |...
After setting up CircleCI for the repository, it came to our attention that the fix brought by https://github.com/algolia/algoliasearch-rails/pull/364 did not work on our current test implementation. @mikeastock maybe you could...
As discussed in this [Discourse ticket](https://discourse.algolia.com/t/process-env-mix-algolia-app-id-not-recognized-in-laravel-vue-app/8939), it can be confusing not to know that you may have to clean the cache for your env variables to be available. It would...
Based on the one from the [Ruby client](https://github.com/algolia/algoliasearch-client-ruby/blob/master/CONTRIBUTING.MD), update contributing guide so it's easier for external contributors to collaborate.
See [CTS specs](https://github.com/algolia/algoliasearch-client-specs-internal/tree/master/common-test-suite#aa-testing). At the end of both ABtests and AAtests scenarios, tests should be deleted. It's not the case for the AAtest scenario.
Based on the one from the [Ruby client](https://github.com/algolia/algoliasearch-client-ruby/blob/master/CONTRIBUTING.MD), update contributing guide so it's easier for external contributors to collaborate.
When making use of a method from an Module inside a static method, `steep check` raises an error method ``` class Client include Helpers def self.generate_secured_api_key(parent_key, restrictions) url_encoded_restrictions = to_query_string(symbolize_hash(restrictions))...