Closed sbellone closed 2 years ago
Reported by jsancho in #815: When called with a JObject, the AlgoliaHelper.GetObjectID() method was returning "\"objectID\": \"my-object-id\"" instead of the objectID, making methods relying on it not working properly.
JObject
AlgoliaHelper.GetObjectID()
"\"objectID\": \"my-object-id\""
Describe your change
Reported by jsancho in #815: When called with a
JObject
, theAlgoliaHelper.GetObjectID()
method was returning"\"objectID\": \"my-object-id\""
instead of the objectID, making methods relying on it not working properly.