Skip to content

Commit 34638f7

Browse files
committed
Fix doc
1 parent b6de13b commit 34638f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/07. Cookbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ request per each resource: /customers/1, /customers/2, /customers/5... However t
296296
of requests and roundtrip to your server.
297297

298298
Instead, ZfrRest allows you to enable "coalesce filtering" for identifier. This allows you to do a request like that:
299-
/customers?ids[]=2&ids[]=3&ids[]=5... and ZfrRest will automatically returns you the filtered collection.
299+
/customers?ids[]=2&$ids[]=3&$ids[]=5... and ZfrRest will automatically returns you the filtered collection.
300300

301301
This feature is disabled by default, and you can enable it using the `enable_coalesce_filtering`. You can also customize
302302
the query key using the `coalesce_filtering_query_key` option (default to "$ids"):

0 commit comments

Comments
 (0)