Skip to content

Commit

Permalink
Update search_backend.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Mar 24, 2022
1 parent e8aab87 commit 3d50828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/MetaSearch/search_backend.py
Expand Up @@ -191,7 +191,7 @@ def __init__(self, url, timeout, auth):
self.response = self.conn.response

def query_records(self, bbox=[], keywords=None, limit=10, offset=1):
# set zero-based offset (default MetaSearch behaviour is CSW-based
# set zero-based offset (default MetaSearch behavior is CSW-based
# offset of 1
offset2 = offset - 1

Expand Down

0 comments on commit 3d50828

Please sign in to comment.