This is an old revision of the document!


Search

The RDMS web interface comes with and extensive and flexible search functionality. Compared to other storage solutions, this search engine has the advantage that it can use metadata to query data in an exact manner. The integrated search engine also allows to make more elaborated queries/searches, for example by combining multiple metadata entries.

This section will explain the basis functions of the integrated search, as well as provides some more elaborated search/query examples using metadata.

The access to the search engine is possible via the left-sided menu in the web interface.

After login to the interface, simply click the button on the left side of the menu which will open the search in the current window.

The search functionality in the RDMS is available in two different flavors:

  1. General search: The general search which can be used to find results based on different criteria.
  2. Key/Value/Extra (KVE) search: These search is specifically designed for querying/searching using multiple metadata entries at the same time. This search can be accessed via the button at the top of the search.

You can change between both searches by selecting the respective tab from the top of the search. Below you will find more examples on how to use these searches to make simple and more elaborated searches in the RDMS.

The top menu in the search allows you to add new search tabs via the button which will create a new search tab.

Additionally, it is possible to save searches for later re-use. To save a search, click the button in the search view after you specified the desired search terms (see below for examples on how to use the search).

You will be asked to name the saved search. Specify a clear description of you search and then save it.

All your saved searches are visible in the interface.

Whenever a search result is found, the RDMS search allows to execute a subsequent search inside the desired location. This is especially helpful if the first search found a respective folder and then a consecutive search inside this folder should be executed.

To open the sub-search, first find the folder in which you want to search via the initial search, then click the magnifying glass button next to the folder name.

This will open a sub-search in a new tab where the folder location is already set as the search path. Inside the sub-search, you can then use either the general search or the KVE search (see below).

Note: You can of course also do sub-searches of sub-searches if this is needed. The process is the same as described here.

The RDMS search allows to open search results in two different ways:

  1. button: Open the result in a new data browser tab. This will keep the initial search active in the parent tab.
  2. button: Open the result in data browser. This opens the search result (location) in the data browser without opening a new tab.

To execute a basic search for data, you can specify the search term in the top-right box in the search engine and then execute the search by hitting the magnifying glass symbol:

This will search for the specified search term using the standard search parameters.

To make the search results more precise, you can adjust the search criteria. For example, you can specify that just data created in a certain time frame should be shown, that you want to see files only, that just a certain RDMS path should be search, and much more.

In the screenshot above, you can see the three different areas where you can specify the search criteria in the main search view:

  1. Blue: Here you can specify the path which should be searched. You can specify a RDMS path by hand, but there are also several pre-defined values possible (e.g. “My home” or “All”).
  2. Red: Here you can specify more details about the search mode. For example, you can say if you want to see files or folders, if you want to find just data created in a certain time frame, or that your search should be case sensitive or not. If you do not see this menu, you can reveal it by clicking the button.
  3. Green: This additional box allows to further fine-tune the search pattern. In this field, you select how the entered search term(s) should be interpreted. “Any match (%<word>%)” will find the search term either alone or contained in another term (e.g. searching for “time” would also be positive for “timecapsule” or “walltime”). “Exact match” on the other hand just gives a positive search result if the exact search term(s) where found. The two other selection criteria, “Right truncated (<word>%)” and “Left truncated (%<word>)”, are positive if the search term was found either at the start or end, respectively.

Note:

  • This simple search will display results where the search term is found at various places. For example, it will find results where the search term is in the file name, but also where it is found in the metadata.

While the general search view can be also used to search based on metadata, the separate key/value/extra search was specifically designed to facilitate searches/queries that use multiple, combined metadata values as the search criteria. The metadata-based search will be therefore explained for this kind of search.

First, access the key/value/extra search from the top of the search view.

You will see that the key/value/extra search contains search fields for metadata keys (K), metadata values (V), and metadata extra values (E) while the “Enter a text to search for” function that was available in the general search is not available here.

Instead, the KVE search allows to add new KVE fields by selecting the button, and the button is used to remove it again.

The usage of this functionality can be seen in the following example:

In this example, we used a single KVE as search criteria (Key: “Author”, Value: “John Doe”) which resulted in four files being found by the search.

If we now introduce another KVE (Key: “Date”, Value: “today”) and repeat the search we get:

So instead of seeing the four results as before, we now just get two of the previous results shown. This results from the fact that the remaining two entries had an Author: John Doe metadata entry, but not a Date: today entry. Accordingly, they are removed from the second search.

If a third criteria is introduce even less results are shown:

Note: The function of combining multiple KVE entries to narrow down search results makes the metadata-based search of the RDMS web interface very powerful. This function is especially helpful for cases where there is a lot of data with distinct, but similar metadata entries.