> For the complete documentation index, see [llms.txt](https://eaclouddoc.eauditor.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eaclouddoc.eauditor.eu/eacloud-docs-en/getting-started/quickstart/filtering.md).

# Filtering

## **Advanced filtering features**

The system offers **advanced filtering features**, which enable **precise data searching** and **efficient infrastructure management**. This functionality is based on **predefined system groups** and **private user groups**.

As a result, the eAuditor system is **a powerful tool**, which enables management even of **the largest infrastructure structures** in a **transparent** and **convenient**.

### **Focus (Global filters)** <a href="#focus-filtry-globalne-w-systemie-eauditor" id="focus-filtry-globalne-w-systemie-eauditor"></a>

The **Focus** function allows configuration of global filters that can be applied across the system. It permits defining predefined system filters as well as creating and managing user filters. Focus also offers the ability to automate actions based on filtering criteria.&#x20;

Each view includes an option **Focus** in the top left corner and enables quick application. Preset configuration is available in the Tools tab. [**Tools → Configuration → Focus**](/eacloud-docs-en/features/tools/configuration/focus.md).&#x20;

<figure><img src="/files/be08f0a829cd03d6ceaddedb375d99247f5233be" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/8dba5a284274bd378e95e0f68d7fc24c300cfd1c" alt="" width="375"><figcaption></figcaption></figure>

### Table search

Each table offers **text search**, which includes **only text columns**. Results are limited to **rows containing the searched phrase**, which allows quickly finding the required data.

<figure><img src="/files/f43b17895094dae3d1366625b33d3684a469d54f" alt="" width="375"><figcaption></figcaption></figure>

The filter is available in every table where data can be viewed and edited.

### Column filters

Most tables in the system, in addition to the general text filter, also offer **column filters**, which allow precise filtering of data within selected columns.

#### **Operation of column filters**

* Above each column name there is a **filter field** – text or selection, depending on the type of value in the given column.
* Search confirmation occurs after pressing **Enter**.
* Filters are **temporary** – they are not saved after logout.
* Filters in different columns can be used **concurrently** and **they do not exclude each other**.
* Example: You can filter by a specific character string and simultaneously by numeric values.

<figure><img src="/files/22502301cd434fe231d0278572c28a95d40c51d0" alt="" width="375"><figcaption></figcaption></figure>

#### **Available column filters:**

| Filter             | Description                                                                 |
| ------------------ | --------------------------------------------------------------------------- |
| `aaaa`             | Contains the text "aaaa".                                                   |
| `aaaa*`            | Starts with "aaaa".                                                         |
| `*aaa`             | Ends with "aaa".                                                            |
| `aa*a*a`           | Matches the pattern (asterisk `*` denotes any text).                        |
| `=aaaa`            | Exactly "aaaa".                                                             |
| `>=15`             | Value greater than or equal to `15`.                                        |
| `>15`              | Value greater than `15`.                                                    |
| `!=15`             | Not equal `15` (`<>15`).                                                    |
| `aa bb cc`         | Contains "aa" **and** "bb" **and** "cc" (space denotes **AND**).            |
| `>=100 <=200`      | Values between `100` and `200`.                                             |
| `"aa bb" cc`       | Contains the text "aa bb" **and** "cc".                                     |
| `poważny;kryt;nor` | Contains "poważny" **or** "kryt" **or** "nor" (semicolon `;` means **OR**). |
| `<100 ; >200`      | Values less than `100` **or** greater than `200`.                           |
| `"aa bb"* ; cc`    | Starts with "aa bb" **or** contains "cc".                                   |
| `"aa bb*" ; *cc`   | Contains "aa bb\*" **or** ends with "cc".                                   |
| `!aa`              | Does not contain the text "aa" (`!` means **NOT**).                         |
| `!aa !bb !cc`      | Does not contain "aa" **and** "bb" **and** "cc".                            |
| `!(aa;bb;cc)`      | Does not contain any of "aa", "bb" or "cc".                                 |
| `"ab""cd"*`        | Starts with "ab\\"cd".                                                      |

## **Summary**

The system offers **advanced filtering features**, which allow precise searching and analyzing of data within tables. Thanks to **global filters**, **column filters** and **the dynamic search**, a user can quickly obtain the required information by tailoring results to individual needs.

All filters operate in an **intuitive** manner and can be applied concurrently, which makes the eAuditor system **an efficient tool** for managing data in the infrastructure.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://eaclouddoc.eauditor.eu/eacloud-docs-en/getting-started/quickstart/filtering.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
