Skip to content

Commit

Permalink
feat: add "city" and "zipcode" within the search params
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Sep 30, 2024
1 parent 27b0b60 commit 7309573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/frontend/src/components/ReportSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ const useSearchResultsQuery = (search: string, additionnalWhere: { [key: string]
isNullOrContains("redactedBy", search),
isNullOrContains("applicantName", search),
isNullOrContains("applicantAddress", search),
isNullOrContains("city", search),
isNullOrContains("zipCode", search),
],
disabled: false,
...additionnalWhere,
Expand Down

0 comments on commit 7309573

Please sign in to comment.