This commit is contained in:
2020-04-07 20:15:27 +00:00
parent d1b9c86d2f
commit 3169b6ec3a

View File

@@ -116,7 +116,9 @@ namespace AyaNova.Biz
if (!searchParameters.IsValid)
{
throw new System.ArgumentException("Search::DoSearch - Search request parameters must contain a phrase or tags");
//this is expected, don't throw, just return nothing
//throw new System.ArgumentException("Search::DoSearch - Search request parameters must contain a phrase or tags");
return ReturnObject;
}
//IF PHRASE SPECIFIED