From 04835c4cf8bfa80f99ebf6c1f5572d3fdb08b03d Mon Sep 17 00:00:00 2001 From: Fay Wu Date: Wed, 1 Jun 2022 14:19:37 -0700 Subject: [PATCH] Fix getmany reference --- docs/Fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Fields.md b/docs/Fields.md index 63348e2fdf6..bd2b337184f 100644 --- a/docs/Fields.md +++ b/docs/Fields.md @@ -863,7 +863,7 @@ You can also use a custom `link` function to get a custom path for the children. ] ``` -Then react-admin renders the `` with a loader for the ``, fetches the API for the related users in one call (`GET http://path.to.my.api/users?ids=[789,735]`), and re-renders the list once the data arrives. This accelerates the rendering and minimizes network load. +Then react-admin renders the `` with a loader for the ``, fetches the API for the related users in one call (`GET http://path.to.my.api/users?filter={"ids":[789,735]}`), and re-renders the list once the data arrives. This accelerates the rendering and minimizes network load. ### ``