Skip to content

Commit

Permalink
#895 Exclude responder jobs from search page
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Feb 23, 2019
1 parent f6c504c commit 1b0a71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/scripts/controllers/SearchCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
_not: {
'_in': {
'_field': '_type',
'_values': ['dashboard', 'data', 'user', 'analyzer', 'caseTemplate']
'_values': ['dashboard', 'data', 'user', 'analyzer', 'caseTemplate', 'reportTemplate', 'action']
}
}
}
Expand Down

0 comments on commit 1b0a71f

Please sign in to comment.