The search function is located in the top right corner of any panel.
The search (i.e. filter) function becomes active in the list view from the moment the first character is entered, i.e. only the rows of the list view that meet the currently active search item are visible (= are not filtered out).
- There will be up to 15 search items saved (1)
- The search items are sorted chronologically, i.e. most recent on top
- A search item is added (focus is set to the search field) after clicking Enter
The filter is disabled when all the search fields are empty or when the 'close' symbol (2) in the search field has been clicked. When a specific search (item) is active, the search field background color changes to light yellow and the icon (3) is shown in this first column of the list view. Also, the results of the filtering are highlighted light yellow.
If a search is applied upon a specific column, then this column is highlighted light yellow. In case of regular search (not column specific) all columns of the list view are highlighted light yellow.
Column specific search
Regular search
Any search on non-existing columns will be ignored.
Usage
The ETS 'Replace' function is based on the ETS 'Search' function and only operates on the actual selected items, i.e. in order to be replaced, the item needs to fulfill the search criteria and needs to be selected.
Search criteria
- Not case-sensitive: a finds Address
- Partial match: swi finds Switch
- Strings vs. single characters: a y finds relay and Address, ay however only finds relay
- Strings between quotes: "output 1" does not find output and does not find 1, it however does find e.g. Output 11
- Column name search operations are ETS language-specific. Always enter the language-specific column name in the search box as shown in the image below. For example, to search for security-enabled devices, use "Security:x" in English, "Sicherheit:x" in German, "Veiligheid:x" in Dutch and so on.
You can delete all search items by checking the 'Clear Search Entries' checkbox from the Settings→ Troubleshooting.
Column search
It is also possible to search explicitly within columns. The actual search criteria need to be combined with an indication of the column. Multiple column search is also supported.
The indication of the column:
- follows the same rules as the actual search criteria: not case-sensitive, partial match
- can also be done with the column index: most left column = 1
Single column
Example 1: search term: Room:Dining
Result: shows all items that belong to a room where there the term 'Dining' is used.
Example 2: search term 'Security:x' in the catalogs panel.
Result: this shows all devices that are secure-capable
Multiple columns and column name #1
Example: search term: Room:Dining Co
Result: shows all items that belong to column Room where there the term 'Dining' as well as 'Co' are used (in any column, including the Room column).
Multiple columns and column name #2
Example: search term: Room:Dining Application:Co
Result: shows all items that belong to column Room where the term 'Dining' is used and all items that belong to column Application program where the term 'Co' is used.
Multiple columns + column index
Example: search term: 1:.0. Dining
Result: shows all items that belong to the first column (i.e. Address) and contain '.0.' (i.e. they belong to line x.0) and that contain the word 'Dining' in any of the columns.