cakephp / elastic-search

Elastic search datasource for CakePHP
Other
88 stars 53 forks source link

`repository()->table()` does not exists in ElasticSearch\Type #76

Closed markstory closed 8 years ago

markstory commented 8 years ago

From @ankr on January 15, 2016 11:43

This is throws a fatal error, "undefined method table", when using the ElasticSearch plugin.

https://github.com/cakephp/cakephp/blob/master/src/Datasource/QueryTrait.php#L412

Copied from original issue: cakephp/cakephp#8040

markstory commented 8 years ago

Fixed in #78

ankr commented 8 years ago

Thank you! Sorry for the mispost.

markstory commented 8 years ago

Don't worry abot the mispost. It happens often and its simple for me to move tickets around.