Skip to content
Snippets Groups Projects
Commit fb1403e9 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development

parents 8c83bb87 bfd7591f
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ def pj_corpus_analysis_query(query): ...@@ -80,7 +80,7 @@ def pj_corpus_analysis_query(query):
if client.status == 'abort': if client.status == 'abort':
break break
chunk = results.export(context=context, cutoff=chunk_size, chunk = results.export(context=context, cutoff=chunk_size,
offset=chunk_start) expand_lists=True, offset=chunk_start)
if (results.size == 0): if (results.size == 0):
progress = 100 progress = 100
else: else:
......
...@@ -4,7 +4,7 @@ class CorpusAnalysisClient { ...@@ -4,7 +4,7 @@ class CorpusAnalysisClient {
this.corpusId = corpusId; this.corpusId = corpusId;
this.displays = {}; this.displays = {};
this.socket = socket; this.socket = socket;
this.resultList = {}; this.resultList = {}; // why do you save it here? we have a global variable results
// js list options and intialization // js list options and intialization
let displayOptionsData = this.getDisplayOptions(displayOptionsFormElement); let displayOptionsData = this.getDisplayOptions(displayOptionsFormElement);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment