Added size for number of results to get and from for pagination. #65
1 changed files with 2 additions and 2 deletions
|
@ -126,6 +126,8 @@ function getResults (input) {
|
|||
],
|
||||
},
|
||||
},
|
||||
size: input.size,
|
||||
from: input.from,
|
||||
},
|
||||
/* body : {
|
||||
'query': {
|
||||
|
@ -143,8 +145,6 @@ function getResults (input) {
|
|||
},
|
||||
},
|
||||
},
|
||||
size: input.size,
|
||||
from: input.from,
|
||||
}, */
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue