Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Desktop provides a convenient user interface, displaying configurations, tools, and inspectors, with different options available for the different views.

...

The Browser displays a list of all configurations in and configurations and makes it possible to easily navigate between them.

...

Configuration InformationDescription

Name

Displays the name of the configuration.

Type

Displays the configuration type.

Key

Displays the internal key used by Image Added to identify the configuration.

Folder

Displays the name of the folder in which the configuration is located.

Version

Displays the version number of the configuration, see the History tab for further information about the different versions.

Permissions

Displays the permissions granted to the current user of the configuration. Permissions are shown as R (Read), W (Write), and X (eXecute). If the configuration is encrypted, an E is shown. For further information about permissions, see The Permissions Tab in Configuration Browser.

Owner

Displays the username of the user that created the configuration. The owner can:

  • Read, modify (write), and execute the configuration.

  • Modify the permissions of user groups to read, modify, and execute the configuration.

Modified by

Displays the username of the user that made the last modifications to the configuration.

Modified

Displays the date when the configuration was last modified.

...

Note
titleNote!

The following characters are treated as word separators: : , ; , , , < ,   = ,   > , ( , ) , ! , [ , ] , { , }

When a term contains a quotation mark, it must escaped by \ (backslash).

...

SymbolDescription
+

Use this symbol before terms that must be included in the configurations you are searching for.

Info
titleExample - Searching using +

 +myUdrA


-

Use this symbol before terms that must not be included in the configurations you are searching for.

Info
titleExample - Searching using -

 +myUdrA -myUdrB


?

Use the this symbol in a term to perform a single character wildcard search.

You cannot use wildcard symbols within phrase queries.

You cannot use a wildcard symbol as the first character in a term.

Info
titleExample - Searching using ?

terminated_by("?")
test_1?


*

Use the this symbol in a term to perform a multiple character wildcard search.

You cannot use wildcard symbols within phrase queries.

You cannot use a wildcard symbol as the first character in a term.


Info
titleExample - Searching using *

my*Udr*
myUdr*


^<factor>

You can change the relevance level of matching configurations based on the terms found.  Use the ^ (caret) symbol with a factor value at the end of a term to boost it. The higher the boost factor, the more relevant the term will be.

Info
titleExample - Searching using ^<factor>

 myUdrA^1 myUdrB^2 myUdrC^3


~

Use this symbol at the end of the terms to perform a fuzzy search. For instance, to search for a term similar in spelling to "roam", use roam~. This search will 
find terms like foam and roams.

You cannot use fuzzy search in phrase queries.

Info
titleExample - Searching using ~

myUdr~


~<proximity>

You can search for terms that are within a specific distance from another term. To perform this type of search, use the ~ (tilde) symbol with a proximity value that denotes the row distance.

Info
titleExample - Searching using ~<proximity>

 "myUdrA myUdrB"~20



Scroll pagebreak