mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Default the ascending parameter of order_parts function to true
This commit is contained in:
parent
56f7a47e7e
commit
15d4e877b1
@ -6,7 +6,7 @@
|
||||
"arguments": [
|
||||
{"arg":"geometry","description":"a multi-type geometry"},
|
||||
{"arg":"orderby","description":"an expression string defining the order criteria"},
|
||||
{"arg":"ascending","description":"boolean, True for ascending, False for descending"}
|
||||
{"arg":"ascending","optional":true,"default":"true","description":"boolean, True for ascending, False for descending"}
|
||||
],
|
||||
"examples": [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user