Max Query Results
How do I increase the max results from the query tool?
-
I would also like to know this.
1 -
By default resultRecordCount=500 is added as parameter to the underlying query operation.
3 -
Is there a way to change that?
0 -
I don't know how.
For an Identify, I know this can be defined by setting the maxResults parameter as an argument to the command, see
https://developers.vertigisstudio.com/docs/web/api-commands-operations-events/#definition-IdentifyArgs0 -
{
"name": "tasks.identify",
"arguments": {
"maxResults": 2000
}
}3 -
Thank you! It was the name of the argument parameter that I needed.
This worked for me:
0 -
For tasks.identify the default maximum number of results is 500 results.
0 -
Looked high and low, and eventually found this thread. Unfortunately, the codes provided above are incomplete. Below is the full copyable code for increasing the identify results for each geometry identify tool.
[
{
"name": "sketching.capture-geometry",
"arguments": {
"geometryType": [
"square"
]
}
},
{
"name": "tasks.identify",
"arguments": {
"maxResults": 13000
}
},
"results.display",
"charts.display",
"kpi.display"
]
"results.display",
"charts.display",
"kpi.display"
]
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
8 Kommentare