| Both sides previous revision Previous revision Next revision | Previous revision |
| rdms:webapp:search [2026/07/31 11:25] – [Exporting Search Results] burcu | rdms:webapp:search [2026/08/14 09:05] (current) – old revision restored (2026/08/07 08:35) burcu |
|---|
| |
| * **[[rdms:webapp:search#general_search|General Search]]:** You can use this option to find files and folders based on different criteria. The search uses both system-defined metadata and user-defined metadata. | * **[[rdms:webapp:search#general_search|General Search]]:** You can use this option to find files and folders based on different criteria. The search uses both system-defined metadata and user-defined metadata. |
| * **[[rdms:webapp:search#keyvalueextra_search_combined_metadata|Key-Value-Extra Search]]:** You can use this option to query **multiple metadata entries simultaneously**. Open this search option by clicking the {{:rdms:webapp:wiki_search_avu_1.png?nolink&30|}} button at the top of the search interface. | * **[[rdms:webapp:search#keyvalueextra_search|Key-Value-Extra Search]]:** You can use this option to query **multiple metadata entries simultaneously**. Open this search option by clicking the {{:rdms:webapp:wiki_search_avu_1.png?nolink&30|}} button at the top of the search interface. |
| |
| 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. | 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. |
| |
| * **Blue Box:** Specify the path to search. The default value is ''/rug/home/''. You can change it manually or by performing a sub-search. You can also select predefined values, such as "My home" or "All". | * **Blue Box:** Specify the path to search. The default value is ''/rug/home/''. You can change it manually or by performing a sub-search. You can also select predefined values, such as "My home" or "All". |
| * **Red Box:** Configure additional search options. For example, you can choose whether to search for files or folders, restrict results to a specific creation period, or enable case-sensitive matching. If this menu is hidden, click the {{:rdms:webapp:search_reveal_button.png?direct&20|}} button. By default, an object must meet all specified criteria to appear in the results. The logical operator is ''AND'', as shown on the left side of the box. To find objects that meet any of the specified criteria, change the relevant operator to ''OR''. | * **Red Box:** Configure additional search options. For example, you can choose whether to search for files or folders, restrict results to a specific creation period, or enable case-sensitive matching. If this menu is hidden, click the {{:rdms:webapp:search_reveal_button.png?direct&20|}} button. By default, an object must meet all specified criteria to appear in the results. The logical operator is "AND", as shown on the left side of the box. To find objects that meet any of the specified criteria, change the relevant operator to "OR". |
| * **Green Box:** Refine how the search terms are interpreted. ''Any match (%<word>%)'' finds the term either as a standalone value or as part of another value. For example, a search for ''time'' also finds ''timecapsule'' and ''walltime''. ''Exact match'' returns only results that contain the exact search term. ''Right truncated (<word>%)'' matches values that start with the search term. ''Left truncated (%<word>)'' matches values that end with the search term. | * **Green Box:** Refine how the search terms are interpreted. "Any match (%<word>%)" finds the term either as a standalone value or as part of another value. For example, a search for ''time'' also finds ''timecapsule'' and ''walltime''. "Exact match" returns only results that contain the exact search term. "Right truncated (<word>%)" matches values that start with the search term. "Left truncated (%<word>)" matches values that end with the search term. |
| |
| **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. | **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. |
| | ==== Key/Value/Extra Search ==== |
| ==== Key/Value/Extra Search (Combined Metadata) ==== | |
| |
| Although General Search can use metadata, Key-Value-Extra Search is designed specifically for queries that combine multiple metadata entries. | Although General Search can use metadata, Key-Value-Extra Search is designed specifically for queries that combine multiple metadata entries. |
| {{ :rdms:webapp:rdms_search_kve_1.png?direct&850 |}} | {{ :rdms:webapp:rdms_search_kve_1.png?direct&850 |}} |
| |
| You can add multiple Key-Value-Extra rows by clicking the {{:rdms:webapp:rdms_search_kve_add.png?nolink&20|}} button. To remove a row, click the {{:rdms:webapp:search_kve_remove.png?direct&20|}} button. | You can add multiple Key-Value-Extra rows by clicking the {{:rdms:webapp:rdms_search_kve_add.png?nolink&20|}} button. To remove a row, click the {{:rdms:webapp:search_kve_remove.png?direct&20|}} button. The following example demonstrates how to use this functionality. |
| | |
| The following example demonstrates how to use this functionality. | |
| |
| {{ :rdms:webapp:rdms_search_kve_2.png?direct&850 |}} | {{ :rdms:webapp:rdms_search_kve_2.png?direct&850 |}} |
| The following example starts with a search for ''Device''. The search returns six folders with similar names. | The following example starts with a search for ''Device''. The search returns six folders with similar names. |
| |
| | \\ |
| {{ :rdms:webapp:rdms_search_syntax_1.jpg?direct&900 |}} | {{ :rdms:webapp:rdms_search_syntax_1.jpg?direct&900 |}} |
| |
| For names that differ by more than one character, use the more general query ''Device% Configuration Data''. | For names that differ by more than one character, use the more general query ''Device% Configuration Data''. |
| |
| | \\ |
| {{ :rdms:webapp:rdms_search_syntax_2.png?direct&900 |}} | {{ :rdms:webapp:rdms_search_syntax_2.png?direct&900 |}} |
| |
| Because this query uses the ''%'' wildcard, it also returns values such as ''Device312_Configuration_Data'' or ''DeviceBuilding4_Configuration_Data'', if they exist. | 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%''. |
| | |
| To find both the analytical and configuration data folders for ''Device1'', while excluding other devices, use ''Device1_%_Data'' or the shorter query ''Device1%''. | |
| |
| | \\ |
| {{ :rdms:webapp:rdms_search_syntax_3.png?direct&900 |}} | {{ :rdms:webapp:rdms_search_syntax_3.png?direct&900 |}} |
| |
| 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''. | 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''. |
| |
| | \\ |
| {{ :rdms:webapp:rdms_search_syntax_4.png?direct&900 |}} | {{ :rdms:webapp:rdms_search_syntax_4.png?direct&900 |}} |
| |
| **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. | **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 ==== | ==== Filtering Search Results ==== |
| |
| * Encryption is optional, but you should use it when the exported results contain sensitive information. | * Encryption is optional, but you should use it when the exported results contain sensitive information. |
| * The report includes the following system-defined metadata by default: "Data type", "Size", "Creator", and "Modified". | * The report includes the following system-defined metadata by default: "Data type", "Size", "Creator", and "Modified". |
| | \\ |
| === Using the Export Search Results As Function === | === Using the Export Search Results As Function === |
| |
| The "Export search results as..." function creates an exportable CSV file directly from the search results. | 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. |
| | |
| 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. | |
| |
| {{ :rdms:webapp:rdms_report_new_4.png?direct&500 |}} | {{ :rdms:webapp:rdms_report_new_4.png?direct&500 |}} |
| * You can access the intermediate JSON files by clicking the {{:rdms:webapp:rdms_report_button.png?direct&25|}} button in the menu bar on the left. From there, you can generate additional reports and refine the export parameters, such as the metadata fields to include. | * You can access the intermediate JSON files by clicking the {{:rdms:webapp:rdms_report_button.png?direct&25|}} button in the menu bar on the left. From there, you can generate additional reports and refine the export parameters, such as the metadata fields to include. |
| * The "Export search results as..." function automatically encrypts the intermediate JSON files. | * The "Export search results as..." function automatically encrypts the intermediate JSON files. |
| | \\ |
| === Importing Report Files into Spreadsheet Applications === | === Importing Report Files into Spreadsheet Applications === |
| |