From b5cfea2ed9e2a35c50fb1678499e04ec070c831f Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Fri, 3 Mar 2017 12:00:30 -0500 Subject: [PATCH] Removed default search params for searching stdout. searching stdout will now be supported by the basic search= syntax. --- awx/ui/client/src/job-results/job-results.controller.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/awx/ui/client/src/job-results/job-results.controller.js b/awx/ui/client/src/job-results/job-results.controller.js index 373eeafda4..26d9b0b81b 100644 --- a/awx/ui/client/src/job-results/job-results.controller.js +++ b/awx/ui/client/src/job-results/job-results.controller.js @@ -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