diff --git a/src/model/patient_guarantor.ts b/src/model/patient_guarantor.ts index fb22b2b..3a7558f 100644 --- a/src/model/patient_guarantor.ts +++ b/src/model/patient_guarantor.ts @@ -17,7 +17,7 @@ export class PatientGuarantorModel { const filterResult = CommonHelper.handleFilter({ filter: JSON.stringify({ any: filterAny }), col_any_eq: [], - col_any_like: ["name", "phone"], + col_any_like: ["patient_guarantor.name", "patient_guarantor.phone"], }); if (filterResult.whereAttr && filterResult.whereAttr !== "") {