MetaSearch: update paging parameters for OGC API - Records

This commit is contained in:
Tom Kralidis 2023-03-13 08:00:25 -04:00 committed by Nyall Dawson
parent 56767da076
commit 2bbbe19d13

View File

@ -5,7 +5,7 @@
# ---------------------------------------------------------
# QGIS Catalog Service client.
#
# Copyright (C) 2021 Tom Kralidis (tomkralidis@gmail.com)
# Copyright (C) 2023 Tom Kralidis (tomkralidis@gmail.com)
#
# This source is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
@ -200,7 +200,7 @@ class OARecSearch(SearchBase):
params = {
'collection_id': self.record_collection,
'limit': limit,
'offset': offset2
'startindex': offset2
}
if keywords: