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:
@@ -1099,6 +1099,7 @@ function GetApp(): ModuleType {
|
||||
question: question,
|
||||
subjName: subj,
|
||||
questionData: recData,
|
||||
firstMatchOnly: true, // search till the first match only
|
||||
},
|
||||
})
|
||||
.then((taskResult) => {
|
||||
|
Reference in New Issue
Block a user