Hello ! Just here to report two problems on this part of the documentation https://docs.fauna.com/fauna/current/tutorials/basics/functions#aggregation
-
We create a function named “RecordPositions4” instead of “RecordPositions” that we call just below
-
In the creation of this same function, we’re doing this :
Select([“data”,“celestialPosition”], Var(“shipDocument”)) instead of this :
Select([“data”,“position”], Var(“shipDocument”))
As we can see in the first part of the tutorial, we’re defining a “position” property and not a “celestialPosition” property
(https://docs.fauna.com/fauna/current/tutorials/basics/?lang=javascript#let-select)
That’s all !
Thanks for the great and entertaining documentation