| SearchHelperSearchFieldChanged Method  | 
            Returns true if any field included in the search changed (checks fields defined in Class Search Settings).
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntaxpublic static bool SearchFieldChanged(
	BaseInfo info,
	List<string> changedColumns = null,
	bool checkSpecialFields = true
)
Parameters
- info
 - Type: CMS.DataEngineBaseInfo
Info object - changedColumns (Optional)
 - Type: System.Collections.GenericListString
List of changed columns, if not provided, retrieves the list from the object - checkSpecialFields (Optional)
 - Type: SystemBoolean
If true, the special fields like (ClassSearchTitleColumn, etc.) are checked for changes 
Return Value
Type: 
Boolean
See Also