Operator | Description | Example |
---|
name: | Specifies the asset name. You view assets that contain the word you enter in its name, which you define when creating the asset. | |
mediaType: | Specifies the asset type (mime type). The search keywords for o ut of the box media types are: wsdl, wadl, policy, xsd, restservice, soap-service, etc. You view assets which contain the word you enter in its media type (e.g. application/wsdl+xml , application/vnd.wso2-soap-service+xml ). For information on finding the media-type or artifact-type of an asset, see Governance Artifacts Configuration Model Elements. | -
mediaType: wsdl -
mediaType: soap-service
|
version: | Specify the asset version. You view assets of which the version equals to what you enter. To search by this, you need to create of the selected asset. For information on creating new versions of an asset, see Adding a New Version of an Asset. | version: 1.0.0 |
tags: | Specifies tags attached to the asset. You view assets which are tagged with the word you enter. To search by this, you need to create tags for the selected asset. For information on creating tags for an asset, see Viewing, Adding and Deleting Tags in Publisher. | -
tags: mac -
tags: new-Engineering
Note |
---|
The search query for tags does not allow you to use spaces in between its words. Therefore, to search using a tag that includes spaces (e.g. "new Engineering"), use the dash sign in the search query. |
|
content: | Searches for assets with content as preferred. You view assets which contain the word you enter in its content. Other than that, you can search sentences by passing the value within quotes.
| |
lcName: | Specifies the asset's lifecycle name. You view assets of which the lifecycle name equals to what you enter. For information on the life cycle of an asset, see Managing Life Cycles of Assets. | lcName: ServiceLifeCycle |
lcState: | Specifies the asset's lifecycle state. You view assets of which the lifecycle state equals to what you enter. For information on the life cycle of an asset, see Managing Life Cycles of Assets . | lcState: Development |
associationType: | Searches for assets which are associated with the given type. To search by this, you need to create associations for the selected asset. For information on creating associations for an asset, see Adding Associations for an Asset. | -
associationType: depends -
associationType: security
|
author: | Specifies the author of the asset. You view assets which are created or deployed by the given author. | author: admin
|
updater: | Specifies the last updater of the asset. You view assets which are last updated by the given author. | updater: admin |
category: | Searches for assets that belong to the given category. To search by this, you need to create categories for the selected asset. For information on creating categories for an asset, see Adding Categories for an Asset. | category: Engineeringcategory: Marketing
|
<RXT_TABLE_NAME>_<RXT_FIELD_NAME> :<RXT_FIELD_VALUE> | Searches for assets by the given RXT field value. You view assets which have the value as specified of the given RXT field name. For information on table and field names of a Configurable Governance Artifact (RXT) file, see Governance Artifacts Configuration Model Elements.
| |
[space] - in between the search operators
| Searches assets by two or more fields. You view assets that match all the given search operators. Info |
---|
This denotes the AND operation performed on the search operators. |
| name: cxf version: 2.0.0 Info |
---|
You can also perform the AND operation on multiple values of the same operator as follows: name:( cxf AND BuyMore) Then, you need to have the AND operator in between the two values. |
|
OR - in between the search operators | Searches assets by two or more fields. You view assets that match both the given search operators. | name: cxf OR version: 2.0.0
Info |
---|
You can also perform the OR operation on multiple values of the same operator as follows: name:( cxf OR BuyMore) |
|
complex search queries | Searches assets based on the fields and values given in the complex search query. | name:( cxf AND BuyMore) lcState:( Development OR Testing) |