---
title: ABSearchConjunction
framework: addressbook
role: symbol
role_heading: Type Alias
path: addressbook/absearchconjunction
---

# ABSearchConjunction

Constants used to create compound search elements.

## Declaration

```swift
typealias ABSearchConjunction = CFIndex
```

## Discussion

Discussion These constants are used to create compound search elementswith the ABSearchElementCreateWithConjunction(_:_:) function.

## Topics

### Constants

- [kABSearchAnd](addressbook/kabsearchand.md)
- [kABSearchOr](addressbook/kabsearchor.md)

## See Also

### Constants

- [ABSearchComparison](addressbook/absearchcomparison.md)
