cakephp / elastic-search

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

cake 5 - Remove usage QueryTrait #292

Closed markstory closed 2 years ago

markstory commented 2 years ago

I don't think the QueryTrait idea has worked out well. It has resulted in more complex code within the ORM and in this plugin as well. By duplicating the methods we are less coupled to the implementation of the ORM, and stay with interfaces more.