Search panel autoapply setting is defined in the XML configuration files xxx_Config.xml, where xxx can be Ted4, Fred4, Shell4, Admin4 or EdAdmin4.
Locate the autoapply setting of the currently displayed search panel
1.Identify the internal names of the current main tab as explained in Identifying configuration items internal names. Write down the BaseQueryName, and the SearchName.
2.Locate the BaseQueryName and note its value.
3.Locate the SearchCriteriaSource.Name and note its value.
4.Open all configuration files in Visual Studio Express.
5.On the Edit menu, point to Outlining, and then click Toggle All Outlining.
6.Press SHIFT+CTRL+F to display the Find in Files dialog.
7.Under Look in, select All Open Documents.
8.In Find what, enter the specified BaseQueryName and then click OK.
9.As there could be more instances of the same BaseQueryName, identify the one that has the same <l:SearchCriteria Name= as the value you noted in step 3.
10.Double-click the found line, to place the cursor on the beginning of the section.
11.Locate the AutoApply statement.
Notes
•After step 7, the result displayed in the Find Results pane, may look like:
Find all "ArticlePicker", Subfolders, Find Results 1, "All Open Documents"
C:\tera\GN4\main\config\global\GN4\fred4_TabItems.xml(29): <l:SearchCriteria Name="ArticleSearch" BaseQueryName="ArticlePicker" SearchName="Search" AutoApply="True"/>
C:\tera\GN4\main\config\global\GN4\ted4_TabItems.xml(112): <l:SearchCriteria Name="Search" BaseQueryName="ArticlePicker" SearchName="Search" AutoApply="True"/>
C:\tera\GN4\main\config\global\GN4\ted4_TabItems.xml(1606): <l:SearchCriteria Name="ArtSearch" BaseQueryName="ArticlePicker" SearchName="Search" AutoApply="True"/>
Matching lines: 3 Matching files: 2 Total files searched: 2