Skip to content

Commit

Permalink
is_within condition for number filter (#267)
Browse files Browse the repository at this point in the history
* `is_within` number filter

* /n
  • Loading branch information
Paul-Bob authored Aug 1, 2024
1 parent 7029d15 commit 231ae6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/3.0/dynamic-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ Test it on [avodemo](https://main.avodemo.com/avo/resources/teams?filters[create
- `>=` (greater than or equal to)
- `<` (lower than)
- `<=` (lower than or equal to)
- Is within <VersionReq version="3.10.11"/>
- Is null
- Is not null

<div class="flex justify-between items-start flex-wrap">
<Image src="/assets/img/dynamic_filter_number.png" width="244" height="205" alt="" />
Expand Down

0 comments on commit 231ae6b

Please sign in to comment.