From 781a64ac28510f539925188f86054189598d039d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Fri, 12 Jan 2024 15:40:48 +0100 Subject: [PATCH] Add note to labels() function (#835) --- modules/ROOT/pages/functions/list.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/ROOT/pages/functions/list.adoc b/modules/ROOT/pages/functions/list.adoc index d5587169b..a5df28286 100644 --- a/modules/ROOT/pages/functions/list.adoc +++ b/modules/ROOT/pages/functions/list.adoc @@ -100,6 +100,9 @@ A `LIST` containing the names of all the properties on the node bound to `labels` returns a `LIST` containing the string representations for all the labels of a `NODE`. +[NOTE] +The order of the returned labels is not guanteed when using the `labels()` function. + *Syntax:* [source, syntax, role="noheader"]