The following sections explain how to search an locate an asset in WSO2 G-Reg Store.
...
Note |
---|
- If you need to search against all assets, do the search in the Governance Store Home page or in the top-assets page, which you view when you click ALL in the left menu of the G-Reg Store Home page.
- If you need to search against one asset type (e.g. search only in SOAP services), do the search in the page that lists all assets of that asset type, which you view when you click the button of that asset type (e.g. SOAP Service) in the left menu of the Governance Store Home page.
- There can be assets, which are restricted for a certain user role, which is done at artifact level. If you are logged in to the store as one of the users with a role restricted for a certain artifact, you will not view that particular artifact in the Store search.
- In asset level, you can allow/deny access to the anonymous user group. If you search for an artifact with denied access to an anonymous user while you are logged out from the G-Reg Store, you will not view those restricted artifacts in the Store search function.
- You can use the the wildcard (*) search, and the character ? to represent one character in the search queries.
|
Expand |
---|
title | Using keywords to search |
---|
|
WSO2 G-Reg Store supports the following advanced search operators, for you to use as keywords or symbols, to find what you are looking for quickly and accurately in the search operation. You can view a summary of these by clicking the info icon next to the search filed as shown below. 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 which match all the given search operators. | name: echo version: 1.0.0
| OR - in between the search operators | | |
|
Expand |
---|
title | Tracking search history |
---|
|
WSO2 G-Reg is capable of tracking the search history in the G-Reg Store search functionality. When you search for assets in the G-Reg Store, those search queries will be automatically stored against your user role. Hence, you will not loose search history results even when the session is destroyed. Also, WSO2 G-Reg maintains search history per asset type. E.g. search history in REST Services and search history in SOAP Services will be different. When you start typing a search query in the provided search field, you view a list with matching search history queries as shown in the example below.
This allows you to reuse the same query without completing typing it as shown below.
Search history tracking configurationsFollow the steps below to configure the search history tracking feature by changing the properties defined in the /_system/config/store/configs/ store.json file in the Registry. - Log in to the G-Reg Management Console using the following URL and admin/admin credentials: https://<G-REG_HOST>:<G-REG_PORT>/carbon
- Click Main, and then click Browse in the Resources menu as shown below.
- Select and click the
/_system/config/store/configs/ store.json file as shown below.
- Click Edit as text in the Content menu as shown below.
You can enable/disable the search history tracking by changing the value of the searchHistory:enabled property as shown below. Info |
---|
Also, you can configure the maximum number of search history entries saved in the system by changing the searchHistory:maxCount property as shown below. By default, this is set to 05 per asset type. |
Restart the WSO2 G-Reg server by pressing Ctrl+C in the server startup logs after doing the above configurations.
|
Expand |
---|
title | Searching for an asset using filters |
---|
|
Once you add filters to an asset, you can use those filters to search for an asset in the G-Reg Store as shown below. Image Modified Navigate through the Taxonomy hierarchy nodes and click Add Filter to create the filter at a preferred level. In the following example, Teams -> New Jersey -> The Rock Stars has been selected. Tip |
---|
You can drill down the navigation by clicking on the respective taxonomy nodes and add parent nodes and/or leaf nodes to filter the assets. |
Image Modified You can add more filters from the same taxonomy by clicking on the Add Filter button as shown below. Tip |
---|
In the following example, Teams -> New Jersey -> The Rock Stars and Teams -> Boston -> Concept Crew have been selected. When you add more filtering terms inside the same taxonomy, it performs an OR search query. Furthermore, search queries only contain Taxonomy IDs. For example the two filters above translate to the following search query:
(*Teams/New Jersey/The Rock Stars/* OR *Teams/Boston/Concept Crew/*) |
Image ModifiedImage ModifiedImage Modified Also, you can add multiple filters from different taxonomies as shown below. Info |
---|
When you add multiple taxonomies it performs an AND search between those taxonomies. In the following example, Teams -> New Jersey -> The Rock Stars and Data Centers -> Austin have been selected. |
Image Modified Info |
---|
Click the respective Remove option to remove any of the Taxonomy based filters as shown below.
Click Edit respective to the filter, select another Taxonomy node, and click Update filter to update any of the Taxonomy based filters as shown below.
|
|
Expand |
---|
title | Searching for an asset using categories |
---|
|
Once you add categories to an asset, you can use categorization to search for a SOAP Service in the G-Reg Store by its category as shown below.
|
For an example, you can search for version 1.0.0 of the BuyMoreBillCalculateRESTAPI asset (i.e. deployed when you execute the Quick Start Guide sample), by typing the following text in the provided search field as shown below:
name:BuyMoreBillCalculateRESTAPI version:1.0.0
...