IDs for the Search view panels

IDs for the Search view panels are listed in the Processing [panels] PanelManager() section of the log.

For example:
Processing [panels] PanelManager()
	com.ixiasoft.dita.eclipse.gui.views.sidebar.search.composite.SearchCycleSection ....: 
	com.ixiasoft.dita.eclipse.gui.views.sidebar.search.composite.SidebarDateGui ........: 
	com.ixiasoft.dita.eclipse.gui.views.sidebar.search.composite.AdvancedSearchSection .:
 
To remove a panel, enter its ID in a <removeditem> element. For example, to remove the Advanced Search panel, enter its ID in the eclipseui.xml file as follows:
<section id="panels">
   <removeditem 
      id="com.ixiasoft.dita.eclipse.gui.views.sidebar.search.composite.AdvancedSearchSection"/>
   ...
Note: You cannot remove the Search for panel, even if you specify its ID in the eclipseui.xml file.