mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-03 14:33:11 -05:00
docs: Typo (#6993)
This commit is contained in:
@@ -91,12 +91,12 @@ This filter will find all recipes that have particular slugs: <br>
|
|||||||
`slug IN ["pasta-fagioli", "delicious-ramen"]`
|
`slug IN ["pasta-fagioli", "delicious-ramen"]`
|
||||||
|
|
||||||
##### Placeholder Keywords
|
##### Placeholder Keywords
|
||||||
You can use placeholders to insert dynamic values as opposed to static values. Currently the only supported placeholder keyword is `$NOW`, to insert the current time.
|
You can use placeholders to insert dynamic values as opposed to static values. Currently the only supported placeholder keyword is `$NOW`, to insert the current date/time.
|
||||||
|
|
||||||
`$NOW` can optionally be paired with basic offsets. Here is an example of a filter which gives you recipes not made within the past 30 days: <br>
|
`$NOW` can optionally be paired with basic offsets. Here is an example of a filter which gives you recipes not made within the past 30 days: <br>
|
||||||
`lastMade <= "$NOW-30d"`
|
`lastMade <= "$NOW-30d"`
|
||||||
|
|
||||||
Supported offsets operations include:
|
Supported offset operations include:
|
||||||
|
|
||||||
- `-` for subtracting a time (i.e. in the past)
|
- `-` for subtracting a time (i.e. in the past)
|
||||||
- `+` for adding a time (i.e. in the future)
|
- `+` for adding a time (i.e. in the future)
|
||||||
|
|||||||
Reference in New Issue
Block a user