Software AG Products 10.5 | Using CentraSite | Asset Management | Managing Assets through CentraSite Business UI | Searching the Asset Catalog | Managing the Search Recipe | Removing Search Filter from Search Recipe
 
Removing Search Filter from Search Recipe
1. In CentraSite Business UI, display the Advanced Search panel in one of the following ways:
*Click the Browse link that is located in the upper-left corner of the menu bar.
*Click the Search icon that is located next to the Scope box.
The Search Recipe list is displayed in the area labeled Current Search Criteria.
2. In the Search Recipe list, click the Remove symbol next to the filter name you want to remove.
This temporarily removes the search filter from the Search Recipe list.
To delete a search filter permanently, remove the required property statement from the CentraSite's customisation file, centrasite.xml, 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>