MichelDiz
(Michel Diz)
13
I believe that this problem has already been clarified. To circumvent the limitation simply use paging greater than 1000.
e.g:
A (func: has(price), orderdesc: <price>, first: 10000 ){
Quoting below:
Well folks, it’s not a bug. This is a limitation by default.
// Sort and paginate directly as it’d be expensive to iterate over the index which
// might have millions of keys just for retrieving some values.
// Only retrieve up to 1000 results by default.
“if no “first” or “last” etc. argument is specified, it would default to 1000.” mrjn.
Thank you for reporting this.
Cheers.
1 Like