This commit is contained in:
2022-01-30 18:03:23 +00:00
parent d2078d2adc
commit 0ab6e83da9
5 changed files with 241 additions and 37 deletions

View File

@@ -584,12 +584,12 @@ namespace AyaNova.Biz
return this;
}
public SearchIndexProcessObjectParameters AddText(decimal? d)
{
if (d != null)
Words.Add(d.ToString());
return this;
}
// public SearchIndexProcessObjectParameters AddText(decimal? d)
// {
// if (d != null)
// Words.Add(d.ToString());
// return this;
// }
public SearchIndexProcessObjectParameters AddText(List<string> lWords)
{