---
id: gk-lookup-choice-query-bypass-user-limit
title: "Filter - gk/lookup/choice-query/bypass-user-limit"
sidebar_label: "gk/lookup/choice-query/bypass-user-limit"
tags:
  - "1.8.0"
---

# Filter: gk/lookup/choice-query/bypass-user-limit

Modifies whether resolve bypasses the current-user membership scope.

Callers enabling this must perform their own capability check first.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $bypass | `bool` | Whether to bypass the current-user scope. Default: false. |
| $field | `\Field` | The Lookup field being resolved. |

### Since

- 1.8.0

### Source

Defined in `includes/Field.php` at line 1028

