Skip to content

Commit 40da14b

Browse files
algolia-botkai687shortcuts
committed
chore: generated code for commit dcb1b59d. [skip ci]
algolia/api-clients-automation@dcb1b59 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 0250262 commit 40da14b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Sources/Search/SearchClient.swift

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,11 @@ open class SearchClient {
467467
// Retrieves records from an index, up to 1,000 per request. While searching retrieves _hits_ (records augmented
468468
// with attributes for highlighting and ranking details), browsing _just_ returns matching records. This can be
469469
// useful if you want to export your indices. - The Analytics API doesn't collect data when using `browse`. -
470-
// Records are ranked by attributes and custom ranking. - Deduplication (`distinct`) is turned off. - There's no
471-
// ranking for: typo-tolerance, number of matched words, proximity, geo distance.
470+
// Records are ranked by attributes and custom ranking. - There's no ranking for: typo-tolerance, number of matched
471+
// words, proximity, geo distance. Browse requests automatically apply these settings: - `advancedSyntax`: `false`
472+
// - `attributesToHighlight`: `[]` - `attributesToSnippet`: `[]` - `distinct`: `false` - `enablePersonalization`:
473+
// `false` - `enableRules`: `false` - `facets`: `[]` - `getRankingInfo`: `false` - `ignorePlurals`: `false` -
474+
// `optionalFilters`: `[]` - `typoTolerance`: `true` or `false` (`min` and `strict` is evaluated to `true`) If you send these parameters with your browse requests, they'll be ignored.
472475
// Required API Key ACLs:
473476
// - browse
474477
//

0 commit comments

Comments
 (0)