Skip to content
This repository was archived by the owner on Jul 31, 2018. It is now read-only.

Commit f84c903

Browse files
committed
update readme
1 parent 90ba259 commit f84c903

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,19 @@ To reindex all your records (in place, without deleting out-dated records):
384384
Contact::reindex(false);
385385
```
386386

387+
To set settings during the reindexing process:
388+
389+
```php
390+
Contact::reindex(true, true);
391+
```
392+
393+
To keep settings that you set on the Algolia dashboard when reindexing and setting settings:
394+
395+
```php
396+
Contact::reindex(true, true, true);
397+
```
398+
399+
387400
### Clearing an Index
388401

389402
To clear an index, use the `clearIndices` class method:

0 commit comments

Comments
 (0)