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

Commit fa37f58

Browse files
author
maxiloc
authored
Update README.md
1 parent cbdef88 commit fa37f58

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ To clear an index, use the `clearIndices` class method:
391391
Contact::clearIndices();
392392
```
393393

394-
## Master/Slave
394+
## Manage indices
395395

396396
### Master/Slave
397397

@@ -441,8 +441,6 @@ To search using a slave use the following code:
441441
Book::search('foo bar', ['index' => 'contacts_desc']);
442442
```
443443

444-
## Target Multiple Indexes
445-
446444
### Target Multiple Indexes
447445

448446
You can index a record in several indexes using the <code>$indices</code> property:

0 commit comments

Comments
 (0)