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 inspecting the json response from the api through the algolia dashboard i can see that there is a section in the response named: extensions, it contains some useful information such as what categories are used by query categorization. However currently its not mapped to the search response object returned from the algolia csharp client. Example:
Describe the problem
When inspecting the json response from the api through the algolia dashboard i can see that there is a section in the response named:
extensions
, it contains some useful information such as what categories are used by query categorization. However currently its not mapped to the search response object returned from the algolia csharp client. Example:Describe the solution
Map the extensions section to the search response object
The text was updated successfully, but these errors were encountered: