mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -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."}
|
||||
],
|
||||
"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