-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Broken out from #1.
-
1+ OR/AND fields and 1+ OR/AND values (all the same operator across fields and values)
valid:'tags:comfort food+asian' and ingredients:chicken,tags:soup,stew or ingredients:carrots
invalid:tags:dessert+warm or ingredients:chocolate,cuisine:chinese,japanese and ingredients:chicken,cuisine:chinese,japanese and ingredients:chicken or method:frying -
same as above, with negative operators (e.g.
-ingredients:asparagus) -
1+ OR/AND fields (different operators), 1+ OR/AND values (different operators) - for this, you have to think about precedence and the possibility of brackets
By "same operator", I mean that all the operators should be OR or all the operators should be AND (no mixing of the two).
Reactions are currently unavailable