Advanced Customization > Services and Infrastructure Customization > Customizing MPMLink > Customizing Change Object Search
  
Customizing Change Object Search
Objective
Configure the search action to display custom results when searching for change objects.
Problem Statement
You want to associate an object that you are checking in with a change object of your choice. To display custom search result for change objects, you need to modify the search criteria or include additional filters.
Background
QuickSearchWidget helps to list autosuggested options when searching for a change object. Use QuickSearchQueryDelegate to define the search query to execute in QuickSearchwidget.
Scope, Applicability, or Assumptions
In most cases, you need to write some code to achieve your business use case to fetch the required change objects in QuickSearchWidget.
Intended Outcome
The search result displays the desired change objects based on the configuration specified in QuickSearchQueryDelegate.