Fix query results viewer etc. to work with results having eitehr full or no context.

This commit is contained in:
Stephan Porada
2020-09-16 10:41:02 +02:00
parent 25670b6231
commit 021375f68d
4 changed files with 19 additions and 7 deletions

View File

@ -73,6 +73,9 @@
"corpus_cqpserver_version": {
"type": "string"
},
"fullContext": {
"type": "boolean"
},
"cpos_ranges": {
"type": "boolean"
}
@ -95,7 +98,8 @@
"match_count",
"matches",
"query",
"text_lookup"
"text_lookup",
"fullContext"
],
"title": "NopaqueCQIPYResults"
},