Michael Droll
Posts: 0
Joined: Wed Mar 04, 2015 5:05 am

Pagination tutorial not working with api express

I'm using the tutorial for pagination here ( https://devcenter.appery.io/tutorials... ) as a reference for API express.

everything is working exept limit is not included in the query.
Image

but it is showing up in the mapping editor. Image

I am assuming that "skip" is not the proper syntax for sql. Is this correct, and what should I have for pagination to work?

the database is on hostbuddy, FYI.

here is what the local storage shows (just in case). they are working as expected and skip does increase with every next button click. Image

Thank you for the help,
Michael

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Pagination tutorial not working with api express

Hello Michael,

This tutorial works only for Appery.io DB. Please use parameters offset and limit: https://devcenter.appery.io/documenta...

Michael Droll
Posts: 0
Joined: Wed Mar 04, 2015 5:05 am

Pagination tutorial not working with api express

That worked like a charm. thank you.

Return to “Issues”