Table of Contents

Search

The RDMS Web interface provides extensive and flexible search functionality. Unlike other UG storage solutions, the RDMS search engine allows you to use metadata for precise data queries. You can also create more advanced searches by combining multiple metadata entries. The following sections explain the basic search functions and provide examples of simple and advanced metadata queries.

You can access the search engine from the menu bar on the left side of the Web interface. After logging in, click the button to open the search interface in the current tab.

Search Functions

The RDMS provides two search options:

You can switch between the two options by selecting the corresponding tab at the top of the search interface. Later sections provide examples of both simple and advanced queries.

Tabbed Searches

You can perform and manage multiple search queries simultaneously. Click the button in the top menu to add a new search tab.

Saved Searches

You can save searches for future use. After entering the required search terms, click the button in the search view.

The system asks you to name the saved search. Choose a clear and descriptive name so that you can identify the search later.

To reload a saved search, open the search menu in the search window. The menu lists all saved searches, as shown below. Click the name of a saved search to load its parameters. Then click the button to run the search. To remove a saved search, click the button.

Sub-Searches

When a search returns at least one result, you can perform a subsequent search within the location associated with that result. Click the icon highlighted in red in the screenshot below. The RDMS opens a new search tab containing the parameters of the previous query. Click the button to run the search in the new location.

Notes:

Opening Search Results

After running a query, you can open the location of a search result in either of the following ways:

To perform a basic search, enter a search term in the top field and click the button.

This search looks for the specified term in file and folder names. To target a specific metadata entry, search for a metadata key, value, or extra value. You can also change the search path and choose whether to search for files, folders, or both. The screenshot below shows additional options.

The main search view contains three areas for defining search criteria:

Note: The % sign is the RDMS wildcard for any number of characters. Its position affects the results. For example, %cube finds both cube and values ending in cube, regardless of the preceding characters.

Although General Search can use metadata, Key-Value-Extra Search is designed specifically for queries that combine multiple metadata entries.

To perform a Key-Value-Extra Search, click the button at the top of the search view. The search provides fields for metadata keys, values, and extra values. The "File/folder name…" field from General Search is not available in this view.

You can add multiple Key-Value-Extra rows by clicking the button. To remove a row, click the button. The following example demonstrates how to use this functionality.

The first query uses one Key-Value-Extra row as the search criterion:

The search returns four files. Four results are easy to review, but a similar search could return thousands of files. To narrow the results, click the button and add another row:

The second search returns only two of the original four results. Only two files contain both Author: John Doe and Date: today in their metadata.

If the search still returns too many results, add a third row:

This reduces the result list to one file.

This example shows how to use all fields in a Key-Value-Extra row and how multiple rows can narrow the search results. Use only the fields required to identify the files or folders you need.

Notes:

Further Tips

In addition to the search functions described above, the RDMS provides Fast Search for simple queries from any location.

To access Fast Search, click the UG logo in the top-left corner of the Web interface.

A menu opens with two search fields. The field on the left allows you to open a specific RDMS path directly in the Data Browser. The field on the right searches for a term using the default parameters and opens the results in the search window.

Note: Fast Search performs an Exact match query across all four fields in General Search. It is intended mainly for users with long file lists, for whom a standard search may take considerable time. Fast Search is therefore a streamlined search operation, not only a shortcut to the search interface. If standard searches complete quickly, use the full search interface to obtain more precise results.

Advanced Search Syntax

The RDMS supports special characters for advanced search operations. You can use the following wildcard characters in any search field:

The following example starts with a search for Device. The search returns six folders with similar names.


Suppose that you want to find the configuration data for all three devices, but not the analytical data. The configuration-data folder names differ only by the device number. Because only one character differs, search for Device_ Configuration Data to return all three folders.

For names that differ by more than one character, use the more general query Device% Configuration Data.


Because this query uses the % wildcard, it also returns values such as Device312_Configuration_Data or DeviceBuilding4_Configuration_Data, if they exist. To find both the analytical and configuration data folders for Device1, while excluding other devices, use Device1_%_Data or the shorter query Device1%.


You can also use & and | as the "AND" and "OR" operators, respectively. To find results containing either Device1 or Device2 in their names, enter Device1 | Device2.


Note: Wildcards and operators allow you to refine search results further. Combined with the other search settings and metadata fields, these techniques support precise queries tailored to your requirements.

Filtering Search Results

Some searches may return too many results to review efficiently. The RDMS Web interface displays a warning when the number of results exceeds 10,000.

You can refine the original search parameters, as suggested by the Web interface. However, rerunning the search may take considerable time. Alternatively, you can filter the existing results by entering an additional keyword in the field highlighted below.

The Web interface then displays only results containing that keyword. This reduces the displayed result set without rerunning the search.

Note: This function filters the displayed results. It does not change the original search parameters. If you save and rerun the search, you must enter the filter again. For frequently used searches, update the original parameters after identifying an effective keyword combination.

Exporting Search Results

The RDMS includes functions for exporting search results in report-compatible formats. First, run a search. Then select one of the following report functions:

Using the Create Report Function

Click "Create report" to open a dialog window. Enter a report name and choose whether to encrypt the intermediate JSON file.

You should use encryption when the search parameters or result metadata contain sensitive information. The JSON file contains both the search parameters and result metadata.

After confirming your choices, click the button in the menu bar on the left to open the report window.

Depending on your screen resolution, this button may be hidden. If it is not visible, click the button to display the hidden menu items.

In the report window, you can manage saved reports. You can:

When you choose to create the final report, a new window opens. First, specify the RDMS location in which to save the report. You can later navigate to this location and Download the report through the Web interface.

Then select:

After confirmation, the RDMS saves the report in the specified location. You can then Download the CSV file through the Web interface.

Notes:


Using the Export Search Results As Function

The "Export search results as…" function creates an exportable CSV file directly from the search results. After selecting this option, specify where the CSV file should be saved in the RDMS. Then select the export type, such as data, metadata, and permissions, and enter a name for the export. The Web interface provides a default name.

Click "Export report" to generate the CSV file in the specified location. Navigate to that RDMS location to Download the report through the Web interface.

Notes:


Importing Report Files into Spreadsheet Applications

You can import RDMS CSV reports into spreadsheet applications, such as Microsoft Excel or LibreOffice Calc, for visualisation and further processing. RDMS CSV reports use a tab character as the field delimiter. Select the tab delimiter during import. Otherwise, the columns will not be parsed correctly. RDMS metadata fields can contain multiple lines. If multiline fields cause import problems, select a replacement character for line breaks when creating the report.