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
Tried using 'rlike' and 'regexp' with Musician::where('instruments', 'regexp', '(Vocals|Bass)') but found that in Database/Query/Builder where() only accepts certain operators.
So I suggest to add these in, not sure if its appropriate as I dont know if rlike/regexp are MySQL only and query builder is meant to be abstract.