Closed eddiebeltran33 closed 5 years ago
I want to archive something like this:
Model::search('something',['column1','related.column2'])->search('something else');
This seems to only work in the first call. Every other call overrides previous ones.
there can be only 1 call indeed.
I want to archive something like this:
This seems to only work in the first call. Every other call overrides previous ones.