Expert Search
The expert search is an extension of the profile search in the profile overview. The result is a list of profiles.
(1) Either all search terms (2) must be found (AND search) or at least one (OR search).
(2) Each time you save a profile, an index is created in the database for this profile (database table dw_profile_index), which stores a variety of information about the profile for the expert search. When performing the expert search, Lobster_data generates a database query in this index. Tags are also considered here.
The search terms are specified in the format <flag>:<value>. With one search term per line. The following table shows a selection of values held in the search index.
Flag |
Allowed Values |
Description |
name: |
<name of the profile> |
Name of the profile. |
active: |
true or false |
Status of the profile. |
start: |
Format dd.MM.yyyy HH:mm:ss |
Valid from. |
end: |
Format dd.MM.yyyy HH:mm:ss |
Valid till. |
prio: |
Very Low, Low, Normal, Higher or Highest |
|
error-mail: |
<user>@<domain> |
Address for error emails. |
preparser: |
<complete class name of the preparser> |
Preparsers class. |
description: |
<beginning of the description text> |
|
unit: |
<complete class name of the Integration Unit> |
The Integration Unit of the profile. |
response: |
Names as shown in the list of Response Routes in phase 6. |
Response Routes of the profile. |
vars: |
<variable name>:<value> For example var__FILESIZE:0;var__FILENAME:test.txt |
Variables of the profile. |