You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
workspace/src/main/java/org/gcube/portlets/user/workspace/client/resources/search-howto.txt

10 lines
678 B
Plaintext

<div style='text-align:justify'>
You can use the search facility typing a 'text' to search for name (files and folders) saved in the Workspace.
As advanced option, you can type the wildcard % (percent sign) that matches zero or more characters (except white space):
<ul>
<li>used at the end of a root word (as suffix)</li>
You are able to search for any text ending of a root word. For example: searching for data% the results will include dataminer, datasets, etc.
<li>used at the start of a root word (as prefix)</li>
You are able to search for any text starting of a root word. For example: searching for %data the results will include mydata, personaldata, etc.
</ul>
</div>