Global Search
- 1 Minute to read
- Print
- PDF
Global Search
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
1. Introduction
Global Search allows users to quickly search for Assets and Controls using keywords in the search field. The search field is available at the top-right corner of the SAFE screens. You can directly type the keywords for an asset or control and search them.
2. Search Assets and Controls
Follow the below procedure to search assets and controls
- Enter the keyword related to the asset or control to start the search. Refer to the supported search syntax.
- The system starts displaying the matching assets and controls.
- Click the matching asset or control to navigate directly to the details page.
- You can click the More option to see all the search result.
3. Export Search Result
Users can export the search results in CSV format.
To export:
- Search an asset or control with keywords.
- Click the More options available on the search suggestions pop-up.
- On the search result page, click the export button.
- The search resultsCSV will be downloaded to your system.
4. Supported Search Syntax
Feature | Syntax | Explanation |
---|---|---|
Search with multiple words | Word 1 space Word 2 Example: aws ebs | Search will return results containing either of the words (OR) |
Search with AND operator | Word 1 + Word 2 Example: aws + ebs | Search will return results containing both words (AND) |
Search with NOT operator | Word 1 - Word 2 Example: aws - ebs | Search will exclude the results containing the word after - |
Search with wildcard | Word 1* Word 2 Example: aws* ebs | Search will include results matching the wildcard. Wildcard can only be used at the end of a word. |
Exact match | "Complete Search Words" Example: "Audit: Force audit policy" | Search will return results containing the exact phrase inside the quotes. |
Info
- A combination of AND and OR operators is supported in SAFE.
Example: aws + ebs - buckets - Wildcard can only be used at the end.
- When the search text contains + or - then the entire word should be wrapped in quotes.
Example: “c++” would search for the prog language by just specifying c++ would not. This also needs to be made intuitive to the user while they are using the free text. - Some of the operators such as < (Ranking) are supported in REST API but not in the SAFE UI.
Known Issues
- Using operator - in a word is not currently supported with a wildcard.
Example: DEL-* - Using operator + in a word right before the wildcard * (test+*) is also not supported. However, it can be used after a letter (i.e., test+b* is supported).
Was this article helpful?