We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08a168 commit 68c58baCopy full SHA for 68c58ba
clients/algoliasearch-client-swift/Sources/Search/Extra/DisjunctiveFaceting.swift
@@ -15,7 +15,7 @@ public struct SearchDisjunctiveFacetingResponse<T: Codable> {
15
/// Helper making multiple queries for disjunctive faceting
16
/// and merging the multiple search responses into a single one with
17
/// combined facets information
18
-struct DisjunctiveFacetingHelper {
+internal struct DisjunctiveFacetingHelper {
19
20
let query: SearchForHits
21
let refinements: [String: [String]]
0 commit comments