Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docs-site/content/guide/tips-for-filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,6 @@ For example, to filter for products that are either made in the USA or Canada, a
```

This will return products that are either made in the USA or Canada, and are located in New York.
When using logical operators, you can use parentheses to group your filters.
For example, to filter for products that are either made in the USA or Canada, and are located in New York, you can use the following filter:

```shell
(country:=USA || country:=Canada) && city:=New York
```

### Operator Precedence

Expand Down