Php

my search is not working right does this look wrong to anyone

 $rcs = Recurring::leftJoin('recurring_charge_linked', 'recurring_charge.id', '=', 'recurring_charge_linked.recurring_charge_id')
->orWhere('card_name', 'LIKE', $param1.'%')
->orWhere('card_type', 'LIKE', $param1.'%')
->orWhere('notify_email', 'LIKE', $param1.'%')
->orWhere('contact_phone', 'LIKE', $param1.'%')
->orWhere('recurring_day', $param1)
->orWhere('recurring_amount', $param1)
->get();
You already invited:

Mr David

Upvotes from:

not sure man, however i would say save yourself the hassle and use this https://murze.be/searching-mod ... ravel

If you wanna answer this question please Login or Register