-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
- 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
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
- I'd be willing to fix this bug myself.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working