Global Search
The global search searches through all configuration items and executions in properties and texts.
The search is case-insensitive and offers various options via syntax to limit the search results. This is described below.
- Object types
-
To restrict the search to specific configuration items, it is possible to select these object types. This restricts the results list and helps to obtain the desired hits.
Query syntax
-
+signifies AND operation -
|signifies OR operation -
-negates a single token -
"wraps a number of tokens to signify a phrase for searching -
*at the end of a term signifies a prefix query -
(and)signify precedence -
~Nafter a word signifies edit distance (fuzziness) -
~Nafter a phrase signifies slop amount
Examples
The syntax is described with the following examples.
-
Copy employees
-
Analyse employee tables
-
Copy all employee data
| Search pattern | Matched entries | Description |
|---|---|---|
|
|
Exact match |
|
|
Exact match, return results with both words in this order. |
|
|
Wildcard search |
|
|
And operation search, return results with both words in any order. - |
|
|
Or operation search, return results with one of the both words. |
|
|
And operation search with negation, return results with employees but without the word all. |
|
|
And operation search with negation and wildcards, return results with employees but without the word all. |
|
|
slop, return results with copy and employee, but there may be several words between them. |
|
|
fuzziness, return results with employee and ignore the one tipping error. |