algolia / algoliasearch-client-csharp

⚡️ A fully-featured and blazing-fast C# API client to interact with Algolia.
https://www.algolia.com/doc/api-client/getting-started/install/csharp/
MIT License
120 stars 61 forks source link

fix: AlgoliaHelper.GetObjectID #824

Closed sbellone closed 2 years ago

sbellone commented 2 years ago
Q A
Bug fix? yes
Related Issue Fix #815
Need Doc update no

Describe your change

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.