From 3b53a2b836d60cca15a55277735cf7e7da504c83 Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Tue, 5 Apr 2016 09:25:24 +0000 Subject: [PATCH] Hint to tell the user that can use wildcards. SVN: 36078 --- .../1/as/webapps/eln-lims/html/js/controllers/MainController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/controllers/MainController.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/controllers/MainController.js index a38d2d4ac77..3a5699a74f1 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/controllers/MainController.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/controllers/MainController.js @@ -592,7 +592,7 @@ function MainController(profile) { this._showAdvancedSearchPage = function(freeText) { //Show Form - var newView = new AdvancedSearchController(this, freeText); + var newView = new AdvancedSearchController(this, "*" + freeText + "*"); newView.init($("#mainContainer")); if(freeText) { newView.search(); -- GitLab