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
The .NET client does not map the widgets / banner image in the renderingContent section of the api response. After setting up a rule in the merchandising studio that dictate that a banner should be returned for certain queries, i noticed that the rendering content model in the search response is missing the widgets field. When doing the query in the algolia dashboard i can see that the json response from the api contains the expected fields
Language
CSharp
Client
Search
Steps to reproduce
Go to the merchandising studio and create a rule that should return a banner for a given query
Execute the query you specified in step 1 through the .NET client
In the response you can see that the rendering content is missing the expected field for widgets
Description
The .NET client does not map the widgets / banner image in the renderingContent section of the api response. After setting up a rule in the merchandising studio that dictate that a banner should be returned for certain queries, i noticed that the rendering content model in the search response is missing the widgets field. When doing the query in the algolia dashboard i can see that the json response from the api contains the expected fields
Language
CSharp
Client
Search
Steps to reproduce
OR
just go here: https://github.com/algolia/api-clients-automation/blob/main/clients/algoliasearch-client-csharp/algoliasearch/Models/Search/RenderingContent.cs and see that the whole widgets field is missing from the model
Relevant log output
No response
Self-service
The text was updated successfully, but these errors were encountered: