Closed ahmetkuslular closed 4 years ago
Since it accepted the objectID not coming before, it started to receive an error in cases where the objectID was not passed from version 0.8.
objectID
version 0.8
I think this should be true even if the objectID is not correct to be managed by algolia.
It should also accept the default id bypassing the objectID.
For this, if the objectID or id is missing, I let it add normally without comparison. I also copied it to use it as an objectID if id came.
id
fixes #55
Thanks @ahmetkuslular! I've published this in 0.8.1
thank you for your time @Haroenv
Since it accepted the
objectID
not coming before, it started to receive an error in cases where theobjectID
was not passed fromversion 0.8
.I think this should be true even if the
objectID
is not correct to be managed by algolia.It should also accept the default id bypassing the
objectID
.For this, if the
objectID
orid
is missing, I let it add normally without comparison. I also copied it to use it as anobjectID
if id came.fixes #55