Is there a way to filter in Collection type to filter with an OR operation and a AND operation? I am selling diamonds and would like a way to make a collection based on broad clarity groups VVS, VS, SI etc. instead of VVS1, VVS2, VS1, VS2, SI1, SI2 etc.
For example: I have tags for each and would like to make a collection with all VVS diamonds (VVS1, VVS2), for colorless diamonds, and a separate group of VVS diamonds for colored diamonds.
I apologize if this isn’t worded the best, I admit my frustrations may be getting the best of me.
Essentially I need to make a collection of diamonds that are colorless, and VVS1 or VVS2. And another group that are colored, and VVS1 or VVS2. I need to be able to use the all condition and the any condition in the same collection. Is there a work-around?