专业化管理 > 确保数据安全 > 安全标签和协议 > 配置安全标签 > 安全标签配置步骤 > 步骤 10. 启用协议对象类型进行搜索 - 可选
  
步骤 10. 启用协议对象类型进行搜索 - 可选
* 
如果没有启用协议,则跳过此步骤。
要使协议对象类型可在简单和高级搜索中使用,请完成以下步骤:
1. 导航至以下位置:
<Windchill>/codebase/com/ptc/windchill/enterprise/search/server
其中 <Windchill> 是您的 Windchill 解决方案的安装位置。
2. SearchableTypes.properties.xconf 文件复制到以下位置:
<Windchill>/wtSafeArea/ptcOrig/codebase/com/ptc/windchill/enterprise/search/server
<Windchill>/wtSafeArea/siteMod/codebase/com/ptc/windchill/enterprise/search/server
3. 在文本编辑器中打开 <Windchill>/wtSafeArea/siteMod/codebase/com/ptc/windchill/enterprise/search/server/SearchableTypes.properties.xconf 文件。
4. 在每个类别下,从以下内容中移除备注:
<!-- If security labels is enabled on your system then add
wt.access.agreement.AuthorizationAgreement to ProjectLink.userSearch:
<AddToProperty name="ProjectLink.userSearch" value=
"wt.access.agreement.AuthorizationAgreement"/>
-->
例如:
<!-- If security labels is enabled on your system then add
wt.access.agreement.AuthorizationAgreement to ProjectLink.userSearch:
<AddToProperty name="ProjectLink.userSearch" value=
"wt.access.agreement.AuthorizationAgreement"/>
-->
变为
<!-- If security labels is enabled on your system then add
wt.access.agreement.AuthorizationAgreement to ProjectLink.userSearch:-->
<AddToProperty name="ProjectLink.userSearch" value=
"wt.access.agreement.AuthorizationAgreement"/>
5. 如果名为 WindchillPDM.allSearch 的特性在 AuthorizationAgreement 中并不存在,则按照下列方式添加它:
<Property name="WindchillPDM.allSearch" multivalued="," default=
”wt.access.agreement.AuthorizationAgreement"/>
6. 保存并关闭。