Get an index document
Solution
Use the Get
function:
{
ref: Index("all_people"),
ts: 1631835750270000,
active: true,
serialized: true,
name: 'all_people',
source: Collection("People"),
values: [
{ field: [ 'data', 'first' ] },
{ field: [ 'data', 'last' ] },
{ field: [ 'ref' ] }
],
partitions: 8
}
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!