You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I understand, a search can be applied to an Eloquent Model.
What about searching a collection of models?
Instead of doing, for example, only this: Article::search('my post');
I would also need to do this: Article::where('category','news')->search('my post');
Is there any chance that we can see this in the near future?
The text was updated successfully, but these errors were encountered:
Hello.
From what I understand, a search can be applied to an Eloquent Model.
What about searching a collection of models?
Instead of doing, for example, only this: Article::search('my post');
I would also need to do this: Article::where('category','news')->search('my post');
Is there any chance that we can see this in the near future?
The text was updated successfully, but these errors were encountered: