Expert Search

The expert search can be used in various places in the GUI ( profile overview , workflow overview , CI overview , ASM overview , ETL overview , Designer (Data Flow), ENGDAT overview ).

The search index of profiles, the search index of workflows, etc. is queried for this.


images/download/attachments/91141079/896.png

In the search, terms are used that refer to properties of the respective entries that are displayed (e.g. profiles in the profile overview or workflows in the workflow overview, etc.). For the respective keywords, see the section below.

Let's take a look at the first partial term in the screenshot above.


search(BASIC.ACTIVE, true, equals)


This searches for all profiles that are active, i.e. profiles that have the checkbox Activate profile (ACTIVE) set (true) in the Main settings (BASIC). Note: For Boolean values, no quotation marks ("") are necessary around the comparison value, but for string values they are (→ see "XXX" in the second partial term). For negation, a ! is used, e.g.


!search(BASIC.ACTIVE, true, equals)


Multiple partial terms can be connected with AND and OR to a larger term. In the case of connected terms, care must be taken to ensure logically correct bracketing of the partial terms. Example: (all profiles that have an AS2 Input Agent or Response Route)


search (RESPONSE.TYPE, "as2", contains) OR search (BASIC.PROFILETYPE, "as2", contains)


All available keywords can be displayed via the context menu of the search field (see section below). For example, AGENT stands for the Input Agent, RESPONSE for Response Routes, and so on. Via (1) you can find example queries. In the search field, an autocomplete function is also available as soon as you enter something. Via (2) you can save search queries or use saved ones, see also section User Menu.


images/download/attachments/91141079/901.png

Keywords


Profiles

Workflows

Content Inspection

ASM

ETL

Data Flow

ENGDAT