Closed cnizzardini closed 7 years ago
Pagination is not yet fully functional for ElasticSearch in the master branch. You might want to try the 1.0 branch instead.
Related to #86.
Hey thanks. Changing from stable to 1.0.x-dev in composer did the trick.
@cnizzardini I just recently released version 1.0.0, your na use in your composer file ^1.0
instead of the branch
Should I be able to use the PaginatorComponent with Elastic Search the same as if using Cake\ORM\Query? I have a plugin, YummySearch, that I'd like to work with ES as well but it requires using Cake\ORM\Query.
Error: Unknown method "alias"
Code
Trace
My System CakePHP 3.4.13 CakePHP/elastic-search 0.3.5 PHP Version 5.6.30-11+deb.sury.org~xenial+3 Ubuntu 16.04
Edit: Does this answer my question?