Skip to content

Commit

Permalink
Merge pull request #1004 from bcgov/feature/ALCS-1054-2
Browse files Browse the repository at this point in the history
Don't search Non-Apps when Portal Status Specified
  • Loading branch information
dhaselhan authored Sep 22, 2023
2 parents c51c52f + 305934c commit a7dc78d
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 a7dc78d

Please sign in to comment.