Click or drag to resize

DataObjectControllerSearchDataResolver Field

With the DataObjectSearchDataResolver delegate it is possible to change the calculation of searchable terms in the fulltext search. As a starting point, the delegate should calculate somewhat the same result as the standard search terms, but parts of the string can be removed, added or replaced. The search data terms are separated with space.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static DataObjectSearchDataResolverDelegate SearchDataResolver

Field Value

Type: DataObjectSearchDataResolverDelegate
See Also