Search till first 100% result only

This commit is contained in:
mrfry 2020-12-23 19:10:55 +01:00
parent f87e165084
commit 8d2bc709f3
2 changed files with 53 additions and 9 deletions

View file

@ -1099,6 +1099,7 @@ function GetApp(): ModuleType {
question: question,
subjName: subj,
questionData: recData,
firstMatchOnly: true, // search till the first match only
},
})
.then((taskResult) => {