Skip to content

Commit

Permalink
Don't search Non-Apps when Portal Status Specified
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Haselhan committed Sep 22, 2023
1 parent 73b6728 commit 305934c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/apps/alcs/src/alcs/search/search.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ export class SearchController {
!searchDto.resolutionNumber &&
!searchDto.resolutionYear &&
!searchDto.isIncludeOtherParcels &&
!searchDto.portalStatusCode &&
!isStringSetAndNotEmpty(searchDto.legacyId);

const searchNotifications =
Expand Down

0 comments on commit 305934c

Please sign in to comment.