When I call reply.paginate(data, totalCount) and I have a query parameter in my URL (localhost:1234/endpoint?startDate=2017-07-26) the relative URL for meta.self (and others) shows up as:
"/endpoint?startDate=&limit=20&page=1". The data I passed in for the startDate is just gone.
When I call reply.paginate(data, totalCount) and I have a query parameter in my URL (localhost:1234/endpoint?startDate=2017-07-26) the relative URL for meta.self (and others) shows up as: "/endpoint?startDate=&limit=20&page=1". The data I passed in for the startDate is just gone.