4ff32fdfc5
* api: fix paging links - Add minimal validation of startindex and limit parameters - Include limit parameter coming from initial request in next and prevl links - Only include prev link if startindex > 0 - Only include next link if we got as many features at the limit Note: there is a broken test for sortby that was unnoticed. I have marked it as such. * api: in links returned by /items, include input query parameters