| ISearchSyntaxHelperGetFieldCondition Method (String, Object, NullableBoolean) | 
            Gets the search condition for the given field
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntaxstring GetFieldCondition(
	string fieldName,
	Object val,
	Nullable<bool> valueMatch = true
)
Parameters
- fieldName
 - Type: SystemString
Field name - val
 - Type: SystemObject
Field value - valueMatch (Optional)
 - Type: SystemNullableBoolean
Defines if the condition is required. True means required, false means all except, null means default operator (typically optional) 
Return Value
Type: 
String
See Also