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
Copy file name to clipboardExpand all lines: algoliasearch/Models/Composition/MainInjectionQueryParameters.cs
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -367,6 +367,12 @@ public MainInjectionQueryParameters() { }
367
367
[JsonPropertyName("maxValuesPerFacet")]
368
368
publicint?MaxValuesPerFacet{get;set;}
369
369
370
+
/// <summary>
371
+
/// Gets or Sets RenderingContent
372
+
/// </summary>
373
+
[JsonPropertyName("renderingContent")]
374
+
publicRenderingContentRenderingContent{get;set;}
375
+
370
376
/// <summary>
371
377
/// Order in which to retrieve facet values - `count`. Facet values are retrieved by decreasing count. The count is the number of matching records containing this facet value - `alpha`. Retrieve facet values alphabetically This setting doesn't influence how facet values are displayed in your UI (see `renderingContent`). For more information, see [facet value display](https://www.algolia.com/doc/guides/building-search-ui/ui-and-ux-patterns/facet-display/js).
372
378
/// </summary>
@@ -446,6 +452,7 @@ public override string ToString()
0 commit comments