This commit is contained in:
@@ -656,10 +656,10 @@ namespace AyaNova.Biz
|
||||
/// </summary>
|
||||
private static async Task ProcessKeywordsAsync(SearchIndexProcessObjectParameters p, bool newRecord)
|
||||
{
|
||||
#if (DEBUG)
|
||||
if (!p.ObjectType.HasAttribute(typeof(CoreBizObjectAttribute)))
|
||||
throw new System.NotSupportedException($"Search::ProcessKeywords - Invalid type presented {p.ObjectType}");
|
||||
#endif
|
||||
// #if (DEBUG)
|
||||
// if (!p.ObjectType.HasAttribute(typeof(CoreBizObjectAttribute)))
|
||||
// throw new System.NotSupportedException($"Search::ProcessKeywords - Invalid type presented {p.ObjectType}");
|
||||
// #endif
|
||||
List<string> KeyWordList = await BreakAsync(p.TranslationId, p.Words);
|
||||
|
||||
if (KeyWordList.Count == 0) return;
|
||||
|
||||
Reference in New Issue
Block a user