【发布时间】:2020-11-20 23:33:16
【问题描述】:
我正在学习 FaunaDB,在 Fauna Shell 中运行以下脚本时出现错误:
Error: [
{
"position": [
"map",
"expr",
"get"
],
"code": "invalid argument",
"description": "Ref or Set expected, String provided."
}
]
我正在尝试运行的查询:
Map(Paginate(Match(Index("todo_tasks"))), Lambda(x => Get(x)))
【问题讨论】:
-
“todo_tasks”的索引定义中的
Values是什么?
标签: faunadb