mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-19 00:04:52 -04:00
fix array formatting for array_filter
This commit is contained in:
parent
38d1c68cfa
commit
d65ad453cf
@ -7,6 +7,6 @@
|
|||||||
{"arg":"expression","description":"an expression to evaluate on each item. The variable `@element` will be replaced by the current value."}
|
{"arg":"expression","description":"an expression to evaluate on each item. The variable `@element` will be replaced by the current value."}
|
||||||
],
|
],
|
||||||
"examples": [
|
"examples": [
|
||||||
{ "expression": "array_filter(array(1,2,3),@element < 3)", "returns":"array: 1, 2"}
|
{ "expression": "array_filter(array(1,2,3),@element < 3)", "returns":"[ 1, 2 ]"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user