You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 an unique objectID (like a primary key) to be valid.
The error should be changed to PHP Fatal error: Please provide an array of objects instead of a single object. to better reflect the problem.
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 an unique objectID (like a primary key) to be valid.
The error should be changed to
PHP Fatal error: Please provide an array of objects instead of a single object.
to better reflect the problem.See https://secure.helpscout.net/conversation/950642494/173763/
The text was updated successfully, but these errors were encountered: