Open Hoxolotl opened 2 months ago
Result missing in https://github.com/muze-nl/jaqt/blob/main/docs/manual.md for:
You can also order by values that are not in your select statement. Do this by first ordering and then selecting values: result = from(data.people) .orderBy({ metrics: { height: asc } }) .select({ name: _ })
Happy to accept patches :)
Result missing in https://github.com/muze-nl/jaqt/blob/main/docs/manual.md for: