cakephp / elastic-search

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

Add missing proxies to work with Crud out of the box #50

Closed jadb closed 7 years ago

jadb commented 9 years ago

This is a WIP.

I am not sure that this is the way it should be done in the plugin but when I tried using Crud with ES and pagination, the component kept throwing errors for missing methods at the query level, so I quickly added those (no doc blocks or anything yet).

I am posting this here in the hopes @lorenzo or @markstory help me figure out the best approach (really not sure I am on the right path).

Marlinc commented 9 years ago

Would it make sense to implement cakephp/cakephp#7491 in here as well (once it gets merged)?

markstory commented 9 years ago

@Marlinc It would.

lorenzo commented 7 years ago

Closing this as I'm going to implement the QueryInterface from the core