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