Merge pull request #65 from lbryio/pagination

Added size for number of results to get and from for pagination.
This commit is contained in:
filipnyquist 2018-04-27 07:48:22 +02:00 committed by GitHub
commit ec89049049
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
}, */
});
}