Skip to content

Commit

Permalink
MetaSearch: update paging parameters for OGC API - Records
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Mar 13, 2023
1 parent 913d8cc commit e9bde69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/MetaSearch/search_backend.py
Expand Up @@ -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
Expand Down Expand Up @@ -200,7 +200,7 @@ def query_records(self, bbox=[], keywords=None, limit=10, offset=1):
params = {
'collection_id': self.record_collection,
'limit': limit,
'offset': offset2
'startindex': offset2
}

if keywords:
Expand Down

0 comments on commit e9bde69

Please sign in to comment.