Hello everyone, i have a collection with array of object field,
each object has “date” property includes string represents a date like “10/22/2020”
Now i want to filter the dataset based on all items that doesn’t include this date
I found only contains condition, looking for something like NOT Contains
Im aware of NOT condition but im not sure how to use it.
any help?