Skip to content

Advanced search #39

@ysim

Description

@ysim

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions