Click or drag to resize
LuceneSearchValueConverterReplaceNumbers Method
Replaces the number expressions within the given condition

Namespace: CMS.Search.Lucene3
Assembly: CMS.Search.Lucene3 (in CMS.Search.Lucene3.dll) Version: 8.2.23
Syntax
C#
public override string ReplaceNumbers(
	string condition
)

Parameters

condition
Type: SystemString
Condition to process

Return Value

Type: String

Implements

ISearchValueConverterReplaceNumbers(String)
See Also