> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

# facet_workbook_filters - Model files

> Facets all filter suggestions in the workbook to the current filter selections.

Facets all filter suggestions in the workbook to the current filter selections.

<Tip>
  See [Customizing filter suggestions](/guides/modeling/filter-suggestions) for more information about filter suggestions.
</Tip>

## Syntax

```yaml theme={null}
facet_workbook_filters: true/false
```

## Properties

<ParamField path="facet_workbook_filters" type="boolean" default="false">
  When `false` (default), one filter selection won't facet another filter. For example, when selecting `state = California`, `country` would still suggest `US` and `UK`.

  When `true`, all filter suggestions in the workbook will be faceted based on the current filter selection. This may result in filter suggestions taking more time to run complex queries with less caching. Additionally, results may not be returned when suggestions are expected.
</ParamField>

## Examples

```yaml theme={null}
facet_workbook_filters: true
```
