Removed default search params for searching stdout. searching stdout will now be supported by the basic search= syntax.

This commit is contained in:
Michael Abashian 2017-03-03 12:00:30 -05:00 committed by Matthew Jones
parent 1fc40d38c7
commit b5cfea2ed9

View File

@ -38,12 +38,7 @@ function(jobData, jobDataOptions, jobLabels, jobFinished, count, $scope, ParseTy
// used for tag search
$scope.list = {
basePath: jobData.related.job_events,
defaultSearchParams: function(term){
return {
or__stdout__icontains: term,
};
},
basePath: jobData.related.job_events
};
// used for tag search