workspace/src/main/java/org/gcube/portlets/user/workspace/client/resources/search-howto.txt

9 lines
795 B
Plaintext

<div style='text-align:justify'>
The Workspace search allows to look for any item (file or folder) stored on your workspace (be it your or shared by others).
To do this, click the lens icon below then type the name of the file or folder or just part of it.
<br/><span style='font-weight:bold'>*</span> searching for data will return all the files and folders whose name includes the string 'data',
e.g. data.txt; "datathon June.csv"; "metadata.docx";
<br/><span style='font-weight:bold'>*</span> searching for .csv will return all the files and folders whose name includes the string '.csv', e.g. myData.csv; March2020_data.csv;
<br/><span style='font-weight:bold'>*</span> searching for "metadata.txt" will return all the files whose name matches exactly the string metadata.txt
</ul>
</div>