into
{
"words" : ["dogs","dog"],
"matchingType":"exact",
"fragment" : {
"tags" : ["cats"]
}
}
but when using the command http://gw-bot-apis.azurewebsites.net/api/sequences/keywordsearch with body {"Text": "dog"} we get the error
{
"TypeId": 4,
"Type": "InternalErrorForThisQuery",
"Message": "Object reference not set to an instance of an object."
}
the error is shown because keyword was not found (and this is because of a reload error or not waiting enough for the files to sync on gw-config-apis.azurewebsites.net)
the error message is not correct, it should be "Keyword not found" -> this has to be fixed