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: Sources/Composition/Models/CompositionParams.swift
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,9 @@ public struct CompositionParams: Codable, JSONEncodable {
31
31
/// `relevancyStrictness` on [virtual replica indices](https://www.algolia.com/doc/guides/managing-results/refine-results/sorting/in-depth/replicas/#what-are-virtual-replicas).
32
32
/// Use this setting to strike a balance between the relevance and number of returned results.
33
33
publicvarrelevancyStrictness:Int?
34
+
/// Facets for which to retrieve facet values that match the search criteria and the number of matching facet values
35
+
/// To retrieve all facets, use the wildcard character `*`. For more information, see [facets](https://www.algolia.com/doc/guides/managing-results/refine-results/faceting/#contextual-facet-values-and-counts).
0 commit comments