{{ $t("Keywords") }}
{{
$t("warning_duplicate_filter")
}}
{{ $t("or") }}
{{ $t("and") }}
{{ $t("not") }}
{{ $t("Foods") }}
{{
$t("warning_duplicate_filter")
}}
{{ $t("or") }}
{{ $t("and") }}
{{ $t("not") }}
{{ $t("Books") }}
{{
$t("warning_duplicate_filter")
}}
{{ $t("or") }}
{{ $t("and") }}
{{ $t("not") }}
{{ $t("or") }}
{{ $t("and") }}
{{ $t("times_cooked") }}
>=
<=
>=
<=
>=
<=
>=
<=
>=
<=
{{ $t("make_now") }}
{{ $t("explain") }}
{{ $t("explain") }}
{{ $t("expert_mode") }}
{{ $t("simple_mode") }}
{{ $t("save_filter") }}
Show all recipes that are matched
by {{ search.search_input }}
without any search term
and are internal
and
don't
contain
anyall of the following keywords:
{{ k.items.flatMap((x) => x.name).join(", ") }}
and
don't
contain
anyall of the following foods:
{{ k.items.flatMap((x) => x.name).join(", ") }}
and
don't
contain
anyall of the following books:
{{ k.items.flatMap((x) => x.name).join(", ") }}
and you can make right now (based on the on hand flag)
and contain anyall of the following units:
{{ search.search_units.flatMap((x) => x.name).join(", ") }}
and have a rating greater than less than or
equal to {{ search.search_rating }}
and have been last cooked after before
{{ search.lastcooked }}
and have been cooked at least less than or
equal to{{ search.timescooked }} times
order by
{{ search.sort_order.flatMap((x) => x.text).join(", ") }}