Syntax for using the filtering is the following:
- ; is used to separate filter conditions
- name:name, to limit by name of the food
- from:ingredient, to limit by ingredient
- - as a prefix for the two previous queries to exclude
- "" for exact match
To filter by FEP, use:
str/str2/agi etc. (%) > < = number
Examples:
- str>50 = at least 50 str +1 fep
- str2>50 = at least 50 str +2 fep
- name:roasted - Name contains "roasted"
- from:pork - Contains pork as an ingredient