Skip to content

Commit

Permalink
fix: include Payment in the search
Browse files Browse the repository at this point in the history
  • Loading branch information
18alantom committed May 31, 2022
1 parent 11a2589 commit 2dd3f9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion schemas/app/Payment.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,6 @@
"amount",
"writeoff",
"for"
]
],
"keywordFields": ["name", "party", "paymentType"]
}
4 changes: 2 additions & 2 deletions src/components/SearchBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<div
v-if="si.group === 'Docs'"
class="flex w-full justify-between px-3 items-center"
style="height: 48px"
style="height: 48px; margin-left: -2px"
>
<div class="flex items-center">
<p class="text-gray-900">
Expand All @@ -93,7 +93,7 @@
<div
v-else
class="flex flex-row w-full justify-between px-3 items-center"
style="height: 48px"
style="height: 48px; margin-left: -2px"
>
<p class="text-gray-900">
{{ si.label }}
Expand Down

0 comments on commit 2dd3f9d

Please sign in to comment.