diff --git a/server/AyaNova/biz/Search.cs b/server/AyaNova/biz/Search.cs index 7c8b2255..42eebb31 100644 --- a/server/AyaNova/biz/Search.cs +++ b/server/AyaNova/biz/Search.cs @@ -18,10 +18,6 @@ namespace AyaNova.Biz public static class Search { - //Initial keyword indexing consists of - //WordBreaker - break down into words - //ProcessKeywords into database - #region ProcessKeywords into Database public static void ProcessNewObjectKeywords(AyContext ct, long localeId, long objectID, AyaType objectType, string name, params string[] text) @@ -128,9 +124,6 @@ namespace AyaNova.Biz #endregion - - - #region Breaker //Class to hold relevant locale data for breaking text @@ -500,9 +493,6 @@ namespace AyaNova.Biz #endregion - - - }//eoc }//eons \ No newline at end of file