user query:
{
"question": "abcd",
"top": 20
}
response from qna maker:
{
"questions": [
"How do I add my account?",
],
"answer": "In portal, login and add account",
"score": 81.11
}
for the same query, azure search to which this qna app is linked doesn't return any answer. 1. If there are no records returned from azure search, how is qna maker portal displaying the answer? 2. Is Qna performing some spell check and mapping "abcd" as "add" in the above query?