We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1acf2a7 commit 4b2cd6bCopy full SHA for 4b2cd6b
1 file changed
clients/algoliasearch-client-swift/Sources/Search/Extra/DisjunctiveFaceting.swift
@@ -8,8 +8,8 @@
8
import Foundation
9
10
public struct SearchDisjunctiveFacetingResponse<T: Codable> {
11
- let response: SearchResponse<T>
12
- let disjunctiveFacets: [String: [String: Int]]
+ public let response: SearchResponse<T>
+ public let disjunctiveFacets: [String: [String: Int]]
13
}
14
15
/// Helper making multiple queries for disjunctive faceting
0 commit comments