Skip to content

Commit 0c9f75d

Browse files
committed
feat: add not_discarded filter to job match criteria
1 parent ffa2627 commit 0c9f75d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/algora/matches/matches.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ defmodule Algora.Matches do
6464
ids_not: ids_not,
6565
tech_stack: job.tech_stack,
6666
has_min_compensation: true,
67+
not_discarded: true,
6768
system_tags: job.system_tags,
6869
sort_by: [{"countries", job.countries}, {"regions", job.regions}]
6970
]

0 commit comments

Comments
 (0)