Skip to content

Commit 37ccabd

Browse files
committed
[sc-8500] update documentation
1 parent 1ec645f commit 37ccabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ client.enablePersonalizationTracking(isEnabled, expirationDates);
352352

353353

354354
#### Allow storing AddSearch's user token in cookie
355-
By default, the value is true. Set it to false when users reject cookie (AddSearch's cookie can be categorized as functional/analytics cookie).
355+
By default, the value is false. Set it to false when users reject cookie (AddSearch's cookie can be categorized as functional/analytics cookie), or set to true when user accepts cookie.
356356
```js
357357
// Default: false
358358
client.consentAddSearchCookie(true);

0 commit comments

Comments
 (0)