Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Response Body is showing only 10 records eventhouth there are more than that availbale in the sql query. #21

Open
daxtech2016 opened this issue Aug 24, 2020 · 0 comments

Comments

@daxtech2016
Copy link

Here In response body we can clearly see that there are total 87 no. of records and we can see only 10 records out of it, How can I see rest 77 records?

Get Request : http://localhost:3030/products/?name[$like]=*star+wars*&price[$lt]=30&$select=name&$select=price

Response body:
{
"total": 87,
"limit": 10,
"skip": 0,
"data": [
{
"name": "LEGO Star Wars: The Complete Saga - PRE-OWNED - Nintendo DS",
"price": 9.99
},
{
"name": "Star Wars The Clone Wars: Republic Heroes - PRE-OWNED - Nintendo DS",
"price": 9.99
},
{
"name": "Star Wars Battlefront: Elite Squadron - PRE-OWNED - Nintendo DS",
"price": 9.99
},
{
"name": "LEGO Star Wars III: The Clone Wars - Xbox 360",
"price": 19.99
},
{
"name": "Star Wars: The Force Unleashed II — PRE-OWNED - Nintendo Wii",
"price": 9.99
},
{
"name": "Star Wars: The Force Unleashed II - PRE-OWNED - PlayStation 3",
"price": 9.99
},
{
"name": "Star Wars: The Force Unleashed II - PRE-OWNED - Nintendo DS",
"price": 9.99
},
{
"name": "EA - Star Wars: The Old Republic 2400 Cartel Coins Card for Windows",
"price": 19.99
},
{
"name": "LEGO Star Wars III: The Clone Wars - PRE-OWNED - Xbox 360",
"price": 9.99
},
{
"name": "LEGO Star Wars III: The Clone Wars - PRE-OWNED - Nintendo 3DS",
"price": 9.99
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant