Specialized Administration > Configuring Your Windchill Environment > Windchill Search Administration > Configure Non-Indexed Keyword Searches
  
Configure Non-Indexed Keyword Searches
* 
This topic only applies to systems that do not use Windchill Index Search.
By default, non-indexed keyword searches for most object types are only performed against the Name and Number attributes.
An administrator can customize Windchill to include additional attributes in keyword searches:
1. Navigate to the following directory:
<Windchill>\codebase\com\ptc\windchill\enterprise\search\server
2. Use the xconfmanager utility to edit SearchableAttributesByType.properties.xconf.
For information on using the xconfmanager utility, see About the xconfmanager Utility.
3. Locate the keywordSearch property for the object type.
4. Append or remove the internal name of the attribute.
5. Save the file.
6. Restart the method server.
For example, to change the mapping for managed baseline objects, you would modify the following property value:
<Property name="keywordSearch.wt.vc.baseline.ManagedBaseline" default="number,name"/>