Added filtering for jobs with no close date on search. RPS-58
This commit is contained in:
@@ -44,11 +44,13 @@ export const SEARCH_JOBS_PAGINATED = gql`
|
||||
$search: String
|
||||
$startDate: date
|
||||
$endDate: date
|
||||
$closeDateIsNull: Boolean
|
||||
) {
|
||||
search_jobs(
|
||||
offset: $offset
|
||||
limit: $limit
|
||||
args: { enddate: $endDate, search: $search, startdate: $startDate }
|
||||
where: { close_date: { _is_null: $closeDateIsNull } }
|
||||
) {
|
||||
ownr_fn
|
||||
ownr_ln
|
||||
|
||||
Reference in New Issue
Block a user