Skip to content

Commit

Permalink
fix badly formatted conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Dec 18, 2023
1 parent a24147a commit c2e90b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/3.0/dynamic-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ This filter will give you options from the database.

### Conditions

- = (equals)
- != (is different)
- > (greater than)
- >= (greater than or equal to)
- < (lower than)
- <= (lower than or equal to)
- `=` (equals)
- `!=` (is different)
- `>` (greater than)
- `>=` (greater than or equal to)
- `<` (lower than)
- `<=` (lower than or equal to)
- Is present
- Is blank
:::
Expand Down

0 comments on commit c2e90b1

Please sign in to comment.