> ## 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

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

Facets all filter suggestions in the workbook to the current filter selections. 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.

Defaults to `false`, meaning one filter won't facet another filter. For example, when selecting `state = California`, `country` would still suggest `US` and `UK`.

## Syntax

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

## Examples

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