Skip to main content

Search

To search for assets, a search term can be entered in the search field in the menu bar.

Search field

Tooltip

By clicking on the icon Search, the search page can be opened directly, without entering a search term.

The search is implemented as a full-text search and searches the following asset properties:

  • Label
  • Title
  • Tags
  • Synonyms
Note

The searched text is divided by separators (e.g. spaces, hyphens, and slashes). Only matches from the beginning of a word (i.e. after a separator) are found. Text within a word is not found.

The search results are displayed directly in the preview.

Search Preview

By clicking on the preview a found asset can be opened. By clicking on "Search" the search results are displayed on the search page, where further search criteria and filters can be selected.

Tooltip

Special "stop words" (e.g. "is", "and" or "has") are implemented in the search. These prevent that unnecessarily many, not relevant results are found. A search for one of the stop words returns no results.

Note

By default, the search matches only whole words. For example, a search for Person will display assets that contain exactly Person, but not assets that contain words that merely begin with Person (e.g. Personnel or Persons).

To search for assets that begin with a specific term, an asterisk (*) must be added to the search term. For example, a search for Person* will display assets that contain exactly Person, as well as assets that contain words beginning with Person (e.g. Personnel or Persons).

Clicking on the icon ? in the search field displays additional search tips.

The search page contains a search field with the same full-text search and search preview as the search field in the menu bar.

Search page

By clicking on "Search" all assets found are displayed and can be browsed.

Search page

Tooltip

If no search term was entered in the search field, the following filters are applied without a full-text search (i.e. to all assets).

Filters

In addition, the search results can be filtered according to the following criteria:

FilterDescription
ModelOnly display assets in specific models.
Asset typeOnly display assets with specific asset types.
StereotypeOnly display assets with specific stereotypes.
StatusOnly display assets with specific statuses.
FlagOnly display assets that are marked as favorite, as locked or as read-only.
Date of changeOnly display assets that were changed at a specific time.
My roleOnly display assets for which the user is responsible in specific roles.

The selected filters are displayed as tiles below the dropdown lists:

Filters

Tooltip

By clicking on the icon Download, the search results can be exported as a search result report in PDF or CSV.

The advanced search can be turned on and off by clicking on the following button:

Advanced search

The advanced search allows multiple search conditions to be defined. For example, to display all assets for which

  • Label contains the value Customer,
  • and Data protection category is not person-related,
  • and the customer-specific property Category is either Work or Population:

Advanced search example

Tooltip

In contrast to the normal search, in which only a few selected filters are available, arbitrary search conditions can be defined in the advanced search. When the advanced search is activated, the previously selected filters are automatically applied as search conditions in the advanced search.

  • Clicking on "+" adds a new search condition.
  • Clicking on "-" deletes a search condition.
  • Clicking on "Reset" deletes all search conditions.
  • Clicking on "Search" displays the found assets.

Advanced search

Note

The search result only contains assets that satisfy all search conditions, i.e. the search conditions are logically conjuncted with AND.

Each search condition evaluates a property of an asset. The property can be selected in the first dropdown list. A customer-specific property can be specified by selecting "More properties..." in the first dropdown list and the customer-specific property in the second dropdown list.

Advanced search properties

The search operator and the value (or pattern), with which the property is to be evaluated, must be specified. Depending on the property, different search operators are available:

Search operatorDescription
isEvaluates if the property is equal to the value.
is notEvaluates if the property is not equal to the value.
containsEvaluates if the property contains the value.
starts withEvaluates if the property starts with the value.
ends withEvaluates if the property ends with the value.
likeEvaluates if the property matches the pattern.
greater thanEvaluates if the property is greater than the value.
less thanEvaluates if the property is less than the value.
Note

The search operator "like" uses a pattern to evaluate the property. A % in the pattern matches any number of characters. A _ in the pattern matches exactly one character.

The values of properties, that are based on a list of valid values (e.g. literals), are displayed in a dropdown list. In this case, several values can typically be selected:

Advanced search dropdown

The following special properties are also available:

PropertyValue rangeDescription
Search termTextCorresponds to the search field (full-text search) of the normal search.
ModelModelsEvaluates if the asset is in a specific model.
Asset typeAsset typesEvaluates specific asset types.
LabelTextEvaluates the label.
StatusStatusEvaluates specific statuses.
StereotypeStereotypesEvaluates specific stereotypes.
Superordinate objectUUIDEvaluates the UUID of the superordinate object.
TagsTagsEvaluates specific tags.
SynonymsTextEvaluates the synonyms.
CodeTextEvaluates the code of a reference value.
NameTextEvaluates the name of a relationship.
TitleTextEvaluates the title.
Short textTextEvaluates the short text of a reference value.
Date of changeDateEvaluates the date on which the asset was last modified.
Modified byLogin IDEvaluates the user who last modified the asset.
DescriptionTextEvaulates the description.
Long textTextEvaluates the long text of a reference value.
NrNumberEvaluates the order.
FavoriteYes/NoEvaluates if the asset is marked as favorite.
LockedYes/NoEvaluates if the asset is marked as locked.
Read-onlyYes/NoEvaluates if the asset is marked as read-only.
Data protection categoryData protection categoriesEvaluates specific data protection categories.
IdUUIDEvaluates the UUID of the asset.
My roleRolesEvaluates the responsibility of the user in specific roles.
RoleRolesEvaluates the responsibility of specific roles.
AgentAgentsEvaluates the responsibility of specific agents.
TenantTenantsEvaluates the tenant.
Tooltip

By clicking on the icon Download, the search results can be exported as a search result report in PDF or CSV.