jarektkaczyk / eloquence

Extensions for the Eloquent ORM
http://softonsofa.com
MIT License
1.09k stars 141 forks source link

Possible to only implement the basic search functionalities? #225

Closed CrixuAMG closed 6 years ago

CrixuAMG commented 6 years ago

I'm working on a project in which we require to perform search queries on multiple models. On one of the models, the hasTranslations trait is applied, and is conflicting with this package (the base version also conflicts). The conflicting method (could be more than one) is setAttribute.

So, the question is like the title states, is it possible to only implement the basic search functionalities?

jarektkaczyk commented 6 years ago

you need eloquence-base for search, but it comes with the basic functionality and setAttribute is included there.