MaxKB/apps/application/flow/compare
shaohuzhang1 3fad820e99
feat: The comparator is greater than or less than the supported string comparison (#4081)
2025-09-22 18:18:37 +08:00
..
__init__.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
compare.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
contain_compare.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
equal_compare.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
ge_compare.py feat: The comparator is greater than or less than the supported string comparison (#4081) 2025-09-22 18:18:37 +08:00
gt_compare.py feat: The comparator is greater than or less than the supported string comparison (#4081) 2025-09-22 18:18:37 +08:00
is_not_null_compare.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
is_not_true.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
is_null_compare.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
is_true.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
le_compare.py feat: The comparator is greater than or less than the supported string comparison (#4081) 2025-09-22 18:18:37 +08:00
len_equal_compare.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
len_ge_compare.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
len_gt_compare.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
len_le_compare.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
len_lt_compare.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
lt_compare.py feat: The comparator is greater than or less than the supported string comparison (#4081) 2025-09-22 18:18:37 +08:00
not_contain_compare.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00