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