From 2dd3f9dab4eebc46215511743f95b29716d8bb6f Mon Sep 17 00:00:00 2001 From: 18alantom <2.alan.tom@gmail.com> Date: Tue, 31 May 2022 11:25:02 +0530 Subject: [PATCH] fix: include Payment in the search --- schemas/app/Payment.json | 3 ++- src/components/SearchBar.vue | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/schemas/app/Payment.json b/schemas/app/Payment.json index e57780e2..289108e4 100644 --- a/schemas/app/Payment.json +++ b/schemas/app/Payment.json @@ -138,5 +138,6 @@ "amount", "writeoff", "for" - ] + ], + "keywordFields": ["name", "party", "paymentType"] } diff --git a/src/components/SearchBar.vue b/src/components/SearchBar.vue index 3bcfbbbf..ce1387f0 100644 --- a/src/components/SearchBar.vue +++ b/src/components/SearchBar.vue @@ -71,7 +71,7 @@
@@ -93,7 +93,7 @@
{{ si.label }}