CentraSite Documentation : Working with the CentraSite Business UI : Administering the Business UI : Managing the Catalog : Managing the Search Recipe : Defining a Search Recipe : Removing a Search Filter from the Recipe
Removing a Search Filter from the Recipe
If you want to delete a search filter temporarily, click Remove.
To delete a search filter permanently, remove the appropriate property statement from the centrasite.xml file, and restart Software AG Runtime.
<SearchFilterCategories>
<SearchFilterCategory
id="Types"
displayName="CS_MSG_INMBU_STR_ASSET_TYPES" />
<SearchFilterCategory
id="Taxonomy"
displayName="CS_MSG_INMBU_STR_TAXONOMIES" />
<SearchFilterCategory
id="FurtherAttribute"
displayName="CS_MSG_INMBU_STR_FURTHER_ATTRIBUTES" />
<SearchFilterCategory
id="LCM"
displayName="CS_MSG_INMBU_STR_LCM" />
</SearchFilterCategories>
<SearchScopes>
<SearchScope
id="Assets" isExpandable="false"
class="com.softwareag.centrasite.api.csom.search.impl.AssetScope"
exclude="uddi:7613515f-77eb-11dd-bc9f-f62b6cf80b00">
INMCL_STR_Assets
</SearchScope>
<SearchScope id="Everything" isExpandable="true"
class="com.softwareag.centrasite.api.csom.search.impl.EverythingScope"
exclude="uddi:7613515f-77eb-11dd-bc9f-f62b6cf80b00">
INMCL_STR_Everything
</SearchScope>
<SearchScope id="Users" isExpandable="false"
class="com.softwareag.centrasite.api.csom.search.impl.CSOTypeScope"
types="User" include="uddi:2ebc76b4-128b-11dd-8c31-ae80cb45c029"
exclude="uddi:7613515f-77eb-11dd-bc9f-f62b6cf80b00">
INMCL_STR_Users
</SearchScope>
<SearchScope id="Organizations" isExpandable="false"
class="com.softwareag.centrasite.api.csom.search.impl.CSOTypeScope"
types="Organization"
exclude="uddi:7613515f-77eb-11dd-bc9f-f62b6cf80b00">
INMCL_STR_Organizations
</SearchScope>
</SearchScopes>
Copyright © 2005-2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback