Skip to content

Commit

Permalink
refactor: introduce recursive function for getting field list #15
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas authored and miguelfg committed Feb 24, 2023
1 parent 5b51d50 commit d446ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tarentula/datashare_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,4 @@ def scan_or_query_all(self, datashare_project, source_fields_names, sort_by, ord
logger.info('Scrolling over document(s) metadata in %s' % index)
if from_ > 0:
logger.warning('"from" will not be used when scrolling documents')
return self.scan_all(index=index, query=query_body, source=source, scroll=scroll, size=size, skip=from_, sort=sort)
return self.scan_all(index=index, query=query_body, source=source, scroll=scroll, size=size, skip=from_, sort=sort)

0 comments on commit d446ec9

Please sign in to comment.