add is operand on number field (#16022)

Co-authored-by: martmull <martmull@hotmail.fr>
This commit is contained in:
nitin
2025-11-24 21:34:41 +05:30
committed by GitHub
parent a735e3dfef
commit 42fef6e09b
7 changed files with 24 additions and 0 deletions
@@ -27,6 +27,7 @@ export const FILTER_OPERANDS_MAP = {
...emptyOperands,
],
NUMBER: [
ViewFilterOperand.IS,
ViewFilterOperand.GREATER_THAN_OR_EQUAL,
ViewFilterOperand.LESS_THAN_OR_EQUAL,
...emptyOperands,
@@ -62,6 +63,7 @@ export const FILTER_OPERANDS_MAP = {
BOOLEAN: [ViewFilterOperand.IS],
UUID: [ViewFilterOperand.IS, ViewFilterOperand.IS_NOT],
NUMERIC: [
ViewFilterOperand.IS,
ViewFilterOperand.GREATER_THAN_OR_EQUAL,
ViewFilterOperand.LESS_THAN_OR_EQUAL,
...emptyOperands,