K-Phoen / rulerz

Powerful implementation of the Specification pattern in PHP
MIT License
872 stars 97 forks source link

Cannot get more than 10 results with filter method and ElasticSearch #68

Closed vdechenaux closed 7 years ago

vdechenaux commented 7 years ago

Hi,

The filter method returns only 10 results, because of ElasticSearch pagination as shown here: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-from-size.html

vdechenaux commented 7 years ago

Fixed by #70 , thanks!