# AND/OR 필터

## 커뮤니티 튜토리얼 더 보기

<https://www.youtube.com/watch?v=kuOt3UZtTLk>

<https://www.youtube.com/watch?v=91ofxLNhEbQ>

<https://www.youtube.com/watch?v=NIPIWcKI_JY>

연락처 필터링에는 3가지 유형의 설정이 가능합니다. 이를 통해 연락처를 시각화하고 이해하는 데 필요한 모든 유형의 필터링된 뷰를 만들 수 있습니다.

이 글의 내용

* [AND 조건](#and-조건)
* [OR 조건](#or-조건)
* [AND와 OR 혼합](#and와-or-혼합)

## AND 조건

해당 스마트 리스트에 포함되려면 각 연락처가 모든 AND 조건을 만족해야 합니다.

예시: 특정 태그를 가지면서 동시에 이메일과 전화번호를 모두 가지고 있는 연락처

![AND 조건 예시](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/155010833902/original/xq-z8BeOkh-GxsgyJFOV3y_HjMlVsHgcpA.png?1698072082)

## OR 조건

해당 스마트 리스트에 포함되려면 각 연락처가 최소 하나의 OR 조건을 만족해야 합니다.

예시: 이메일 또는 전화번호를 가지고 있거나 특정 태그를 가지고 있는 연락처

![OR 조건 예시](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/155010833933/original/rhHowiLA9lMnTgHbKqRrU-gk8YtaX79UDg.png?1698072105)

## AND와 OR 혼합

더 높은 수준의 필터링 커스터마이제이션을 위해 AND 필터 그룹들을 OR 조건과 함께 사용할 수 있습니다.

예시: 이메일과 전화번호를 모두 가지고 있거나, 주소만 가지고 있는 연락처

![AND와 OR 혼합 조건 예시](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/155010834005/original/9wAV0tDNP9iEoVTacQjM8Tv_64JCWTgGjQ.png?1698072124)

IS, IS NOT, IS EMPTY, IS NOT EMPTY, CONTAINS, DOES NOT CONTAIN 등과 같은 모든 내부 연산자가 아직 모든 필터 필드에서 사용할 수 있는 것은 아닙니다.

***

*원문 최종 수정: Wed, 8 Nov, 2023 at 3:25 PM* *Hyperclass 사용 가이드 — hyperclass.ai*


---

# Agent Instructions: 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:

```
GET https://hyperclass.gitbook.io/hyperclass-docs/contacts/and-or-filters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
