Skip to content

[bug]: RenderingContent is missing widgets section #3869

@Kalmar99

Description

@Kalmar99

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

  1. Go to the merchandising studio and create a rule that should return a banner for a given query
  2. Execute the query you specified in step 1 through the .NET client
  3. 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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions