if you want the search for task result to search by contains values add to SystemConfiguration->searchInputDefinitions  following 3 lines which will change search for taskResult, taskScheule and task definitions:



Note: you need to add those 3 lines in the searchInputDefinitions  - Value -List :

        

<SearchInputDefinition description="task definition" headerKey="task definition" ignoreCase="true" inputType="Like" matchMode="ANYWHERE" name="taskDefinitionSearch" propertyName="name" propertyType="String" searchType="TaskDefinition" />

<SearchInputDefinition description="task schedule" headerKey="task schedule" ignoreCase="true" inputType="Like" matchMode="ANYWHERE" name="taskScheduleSearch" propertyName="name" propertyType="String" searchType="TaskSchedule" />

<SearchInputDefinition description="task result" headerKey="task result" ignoreCase="true" inputType="Like" matchMode="ANYWHERE" name="taskResultSearch" propertyName="name" propertyType="String" searchType="TaskResult" />