search cleanup begins
This commit is contained in:
@@ -609,12 +609,7 @@ namespace AyaNova.Biz
|
||||
return this;
|
||||
}
|
||||
|
||||
public SearchIndexProcessObjectParameters AddText(uint u)
|
||||
{
|
||||
Words.Add(u.ToString());
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
public SearchIndexProcessObjectParameters AddText(long l)
|
||||
{
|
||||
Words.Add(l.ToString());
|
||||
|
||||
Reference in New Issue
Block a user