---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.ru/dev/metrika/en/stat/relations.md
  - https://yandex.ru/dev/metrika/ru/stat/relations.md
  - href: en/stat/relations.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/metrika/en/llms.txt

# Operators

#|
|| **Operator** | **Description** ||
|| == | Equal to ||
|| != | Not equal to ||
|| >= | Greater than or equal to ||
|| <= | Less than or equal to ||
|| > | Greater than ||
|| < | Less than ||
|| =@ | Is a substring ||
|| !@ | Not a substring ||
|| =~ | Regular expression ||
|| !~ | Not a regular expression ||
|| =* | Equal to, with wildcard search ||
|| !* | Not equal to, with wildcard search ||
|| =. | Found in values. You can specify up to 100 values per request ||
|| !. | Not found among the values ||
|#
