mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-26 17:53:12 -05:00
docs: spelling, content updates for clarity (#2581)
This commit is contained in:
@@ -142,5 +142,5 @@ And this `orderDirection` value: <br>
|
||||
|
||||
This will result in a recipe query where all recipes are sorted by `lastMade` ascending, then `createdAt` descending, and finally `slug` descending.
|
||||
|
||||
Similar to query filters, when querying tables with relationships, you can order by properties on related tables. For instance, if you want to query all foods with labels, sorted by label name, you could use this `orderBy`: <br>
|
||||
Similar to query filters, when querying tables with relationships, you can order by properties on related tables. For instance, if you want to query all foods with labels, sorted by label name, you could use this `orderBy` value: <br>
|
||||
`label.name`
|
||||
|
||||
Reference in New Issue
Block a user