This commit is contained in:
@@ -18,10 +18,6 @@ namespace AyaNova.Biz
|
|||||||
public static class Search
|
public static class Search
|
||||||
{
|
{
|
||||||
|
|
||||||
//Initial keyword indexing consists of
|
|
||||||
//WordBreaker - break down into words
|
|
||||||
//ProcessKeywords into database
|
|
||||||
|
|
||||||
#region ProcessKeywords into Database
|
#region ProcessKeywords into Database
|
||||||
|
|
||||||
public static void ProcessNewObjectKeywords(AyContext ct, long localeId, long objectID, AyaType objectType, string name, params string[] text)
|
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
|
#endregion
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#region Breaker
|
#region Breaker
|
||||||
|
|
||||||
//Class to hold relevant locale data for breaking text
|
//Class to hold relevant locale data for breaking text
|
||||||
@@ -500,9 +493,6 @@ namespace AyaNova.Biz
|
|||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}//eoc
|
}//eoc
|
||||||
|
|
||||||
}//eons
|
}//eons
|
||||||
Reference in New Issue
Block a user