mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Search till first 100% result only
This commit is contained in:
parent
f87e165084
commit
8d2bc709f3
2 changed files with 53 additions and 9 deletions
|
@ -1099,6 +1099,7 @@ function GetApp(): ModuleType {
|
|||
question: question,
|
||||
subjName: subj,
|
||||
questionData: recData,
|
||||
firstMatchOnly: true, // search till the first match only
|
||||
},
|
||||
})
|
||||
.then((taskResult) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue