Skip to content
Snippets Groups Projects
Commit 37526a6b authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Use expanded List

parent 46b82f57
Branches
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ def pj_corpus_analysis_query(query):
if client.status == 'abort':
break
chunk = results.export(context=context, cutoff=chunk_size,
offset=chunk_start)
expand_lists=True, offset=chunk_start)
if (results.size == 0):
progress = 100
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment