Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]: RenderingContent is missing widgets section #3869

Closed
1 task done
Kalmar99 opened this issue Oct 2, 2024 · 0 comments · Fixed by #3870
Closed
1 task done

[bug]: RenderingContent is missing widgets section #3869

Kalmar99 opened this issue Oct 2, 2024 · 0 comments · Fixed by #3870
Labels
bug Something isn't working

Comments

@Kalmar99
Copy link
Contributor

Kalmar99 commented Oct 2, 2024

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant