From 231ae6b5e52a82a829edfb49aaacd8ea73271e7b Mon Sep 17 00:00:00 2001 From: Paul Bob <69730720+Paul-Bob@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:53:34 +0300 Subject: [PATCH] `is_within` condition for number filter (#267) * `is_within` number filter * /n --- docs/3.0/dynamic-filters.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/3.0/dynamic-filters.md b/docs/3.0/dynamic-filters.md index 8b87d03a..bf091896 100644 --- a/docs/3.0/dynamic-filters.md +++ b/docs/3.0/dynamic-filters.md @@ -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 + - Is null + - Is not null