Skip to content

Commit

Permalink
Merge pull request #101 from alison985/97_show_unpublished_in_widget_…
Browse files Browse the repository at this point in the history
…search

97 show unpublished in widget search
  • Loading branch information
spasovski authored Jul 7, 2017
2 parents aa6329a + cabe83a commit efc94a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/pages/alert/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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;
});
};
Expand Down

0 comments on commit efc94a1

Please sign in to comment.