You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2016/10/19 21:11:15 UTC

airavata git commit: minor update to the doc

Repository: airavata
Updated Branches:
  refs/heads/develop adf1e62a4 -> 61d7b6863


minor update to the doc


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/61d7b686
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/61d7b686
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/61d7b686

Branch: refs/heads/develop
Commit: 61d7b6863dd6e84254dfbbd47241dc7dd60034cc
Parents: adf1e62
Author: scnakandala <su...@gmail.com>
Authored: Wed Oct 19 17:11:12 2016 -0400
Committer: scnakandala <su...@gmail.com>
Committed: Wed Oct 19 17:11:12 2016 -0400

----------------------------------------------------------------------
 modules/sharing-registry/sharing-service-docs/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/61d7b686/modules/sharing-registry/sharing-service-docs/index.html
----------------------------------------------------------------------
diff --git a/modules/sharing-registry/sharing-service-docs/index.html b/modules/sharing-registry/sharing-service-docs/index.html
index 2126f9f..7940956 100644
--- a/modules/sharing-registry/sharing-service-docs/index.html
+++ b/modules/sharing-registry/sharing-service-docs/index.html
@@ -341,9 +341,9 @@
             <pre>
                 ArrayList&lt;SearchCriteria&gt; filters = new ArrayList<>();
                 SearchCriteria searchCriteria = new SearchCriteria();
-                searchCriteria.setSearchCondition(SearchCondition.LIKE);
+                searchCriteria.setSearchCondition(SearchCondition.FULL_TEXT);
                 searchCriteria.setValue("experiment stampede methyl");
-                searchCriteria.setSearchField(EntitySearchField.NAME);
+                searchCriteria.setSearchField(EntitySearchField.FULL_TEXT);
                 filters.add(searchCriteria);
 
                 searchCriteria = new SearchCriteria();