diff --git a/docs/data/dataset.html b/docs/data/dataset.html index af0f2b4d7..4c8a958cb 100644 --- a/docs/data/dataset.html +++ b/docs/data/dataset.html @@ -312,7 +312,7 @@
options
are described in section Data Selection. When no item is found, null
is returned when a single item was requested, and and empty Array is returned in case of multiple id's.
+ Usage examples can be found in section Getting Data. The available options
are described in section Data Selection. When a single id is requested and not found null
is returned. When multiple ids are requested and not found an Array containing null
s is returned.