Skip to content

Commit c90cb18

Browse files
authored
Update readme.md
1 parent cb6734a commit c90cb18

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

readme.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,7 @@ ES::type("my_type")->search("bar")->count();
571571

572572

573573

574-
```php
575-
574+
```php
576575
# These queries are suitable for large amount of data.
577576
# A scrolled search allows you to do an initial search and to keep pulling batches of results
578577
# from Elasticsearch until there are no more results left.
@@ -599,7 +598,7 @@ ES::type("my_type")->scrollID("DnF1ZXJ5VGhlbkZldGNoBQAAAAAAAAFMFlJQOEtTdnJIUklhc
599598
->clear();
600599
```
601600

602-
##### Paginate results with per_page = 5
601+
##### Paginate results with 5 records per page
603602

604603
```php
605604
$documents = ES::type("my_type")->search("bar")->paginate(5);

0 commit comments

Comments
 (0)