search cleanup begins

This commit is contained in:
2021-10-11 17:17:53 +00:00
parent 76dd882bc2
commit 2c399ce39c
5 changed files with 2 additions and 18 deletions

View File

@@ -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());