This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user