We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6734a commit c90cb18Copy full SHA for c90cb18
readme.md
@@ -571,8 +571,7 @@ ES::type("my_type")->search("bar")->count();
571
572
573
574
-```php
575
-
+```php
576
# These queries are suitable for large amount of data.
577
# A scrolled search allows you to do an initial search and to keep pulling batches of results
578
# from Elasticsearch until there are no more results left.
@@ -599,7 +598,7 @@ ES::type("my_type")->scrollID("DnF1ZXJ5VGhlbkZldGNoBQAAAAAAAAFMFlJQOEtTdnJIUklhc
599
598
->clear();
600
```
601
602
-##### Paginate results with per_page = 5
+##### Paginate results with 5 records per page
603
604
```php
605
$documents = ES::type("my_type")->search("bar")->paginate(5);
0 commit comments