avo-hq/avo

Add negative array conditions

Open

#2,359 opened on Jan 13, 2024

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Ruby (308 forks)user submission
FeatureHelp wantedNeeds researchTask

Repository metrics

Stars
 (1,778 stars)
PR merge metrics
 (Avg merge 1d 6h) (67 merged PRs in 30d)

Description

Feature

In avo-dynamic_filters here we have positive conditions and we'd need some negative ones.

# positive
array_eq: :eq,
array_contains: :contains,
array_overlap: :overlaps,
array_contained_in: :contained_in_array,

We need to think about which ones to make.

Contributor guide