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 31a33c3 commit 0d25698Copy full SHA for 0d25698
Sources/Search/Extra/SearchClientExtension.swift
@@ -319,7 +319,7 @@ public extension SearchClient {
319
aggregator: @escaping (SearchSynonymsResponse) -> Void,
320
requestOptions: RequestOptions? = nil
321
) async throws -> SearchSynonymsResponse {
322
- let hitsPerPage = searchSynonymsParams.hitsPerPage ?? 1000
+ let hitsPerPage = 1000
323
324
var updatedSearchSynonymsParams = searchSynonymsParams
325
if updatedSearchSynonymsParams.page == nil {
0 commit comments