fix(Elasticsearch Node): fix pagination issue

This commit is contained in:
Michael Kret
2022-10-18 22:09:36 +03:00
committed by GitHub
parent db46f07e5d
commit a02e92d664
3 changed files with 119 additions and 36 deletions

View File

@@ -194,6 +194,25 @@ export const documentFields: INodeProperties[] = [
},
},
},
{
displayName: 'By default, you cannot page through more than 10,000 hits. To page through more hits, add "Sort" from options.',
name: 'paginateNotice',
type: 'notice',
default: '',
displayOptions: {
show: {
resource: [
'document',
],
operation: [
'getAll',
],
returnAll: [
true,
],
},
},
},
{
displayName: 'Limit',
name: 'limit',