|
@@ -1707,7 +1707,6 @@ WHERE measurement.label NOT IN ('SBP', 'DBP')
|
|
|
}
|
|
|
|
|
|
$clientQuery= Client::whereNull('shadow_pro_id')
|
|
|
- ->where('client_engagement_status_category', '!=', 'NO_LONGER_INTERESTED')
|
|
|
->where(function ($q) use ($term, $phoneNumberTerm) {
|
|
|
$q->where('name_first', 'ILIKE', '%' . $term . '%')
|
|
|
->orWhere('name_last', 'ILIKE', '%' . $term . '%')
|