diff --git a/client/app/pages/alert/index.js b/client/app/pages/alert/index.js index 805ff24da4..bb58280f9f 100644 --- a/client/app/pages/alert/index.js +++ b/client/app/pages/alert/index.js @@ -47,7 +47,7 @@ function AlertCtrl($routeParams, $location, $sce, toastr, currentUser, Query, Ev return; } - Query.search({ q: term }, (results) => { + Query.search({ q: term, include_drafts: true }, (results) => { this.queries = results; }); };