Skip to content

Instantly share code, notes, and snippets.

@trezy
Created March 6, 2022 06:55
Show Gist options
  • Save trezy/c7edb645274c39f549851539ba8519db to your computer and use it in GitHub Desktop.
Save trezy/c7edb645274c39f549851539ba8519db to your computer and use it in GitHub Desktop.
Query(
Lambda(
["index"],
Get(
Select(
["data", Var("index")],
Paginate(Match(Index("fortuneRefs")), { size: 100000 })
)
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment