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 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) |
|
...
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 search refinementsRefining the search results |
---|
|
Once you add categories as search refinements to an asset, you can use them 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
...
Click on the retrieved asset and perform the available Store operations on it. For more information, see
Performing Store Operations on an Asset.
Changing the default search
In G-Reg versions 5.1.0 and 5.2.0, the default search returned results only related to the name field of the RXT. However, in G-Reg 5.3.0, you can change this default search behavior in WSO2 Governance Registry Store to give any query pattern for the default search as required. Follow the steps below to configure the default search.
Note |
---|
This default search query will be given more priority than the taxonomy and categorization search. |
- Navigate to the
<G-REG_HOME>/repository/deployment/server/jaggeryapps/publisher/config/store.json
file. Change the value of the following defaultSearch
template to the query you need to execute as the default search.
Code Block |
---|
|
"search": {
"defaultSearchTemplate":"name=*$input* OR *$input*"
} |
For example, if you need the default search query to return results, which are related to the name field or lcName field of the RXT, you can change the value as follows:
Code Block |
---|
|
"search": {
"defaultSearchTemplate":"name=*$input* OR lcName=*$input*"
} |