From 34b913fc59b71bb5c75e9e99942950915497afee Mon Sep 17 00:00:00 2001 From: avicenan Date: Mon, 9 Mar 2026 16:51:15 +0700 Subject: [PATCH] fix(guarantor): qualify guarantor filter columns --- src/model/patient_guarantor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 !== "") {