Skip to content

Commit

Permalink
Update search.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tmanninger authored Mar 28, 2019
1 parent c237567 commit 8d47676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/assets/js/views/searches/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ define(function(require) {
},
gotoAlerts: function() {
this.App.Router.navigate('/alerts?' + decodeURIComponent($.param({
query: 'state:(0 1) AND search_id:' + this.model.id
query: 'state:(0 OR 1) AND search_id:' + this.model.id
})), {trigger: true});
}
});
Expand Down

0 comments on commit 8d47676

Please sign in to comment.