Zawartość pomocy dla wersji :
- 6.4
- 6.3
- 6.2
- Starsze wersje
The GQL full-text search feature lets you search for assets based on specific metadata, such as title, description, author, and so on.
To search for an asset based on its metadata, for example title, specify the metadata keyword followed by its value in the search panel. The GQL full-text search feature will fetch only those assets whose metadata exactly match with the corresponding value you enter.
For example, to search for assets that have the title "Target," perform these steps:
-
In the Omni Search box, specify the value "Target." To limit your search to a specific folder, click or tap the Browse icon in the Filters panel and select the folder. In this case, the match is searched for only within the folder and the subfolders under it.
Uwaga:
You can also perform full-text search on folder. In this case, you must specify a non-empty full-text search term.
The GQL full-text search feature lets you search assets based on the following:
- Complex query built by combining through an And operation, the values you specify for multiple metadata fields (properties)
- Multiple values for a single metadata field
- Substring matches
The GQL full-text search feature lets you search for assets based on the following metadata properties. Names of the properties (for example author, title, and so on) as well as values are case sensitive.
Uwaga:
GQL full-text search works for full-text predicates only.
PROPERTY | SEARCH FORMAT (FACET VALUE) |
Title | title:John |
Creator | creator:John |
Contributor | contributor:John |
Location | location:India |
Description | description:"Sample Image" |
Creator tool | creatortool:"Adobe Photoshop 7.0" |
Copyright Owner | copyrightowner:"Adobe Systems" |
Contributor | contributor:John |
Usage Terms | usageterms:"CopyRights Reserved" |
Created | created:YYYY-MM-DDTHH: MM:SS.000+05:30..YYYY-MM-DDTHH: MM:SS.000+05:30 |
Expires Date | expires:YYYY-MM-DDTHH: MM:SS.000+05:30..YYYY-MM-DDTHH: MM:SS.000+05:30 |
On time | ontime:YYYY-MM-DDTHH: MM:SS.000+05:30..YYYY-MM-DDTHH: MM:SS.000+05:30 |
Off time | offtime:YYYY-MM-DDTHH: MM:SS.000+05:30..YYYY-MM-DDTHH: MM:SS.000+05:30 |
Range of time(expires dateontime,offtime) | facet field : lowerbound..upperbound |
Path | /content/dam/<folder name> |
PDF Title | pdftitle:"Adobe Document" |
Subject | subject:"Training" |
Tags | tags:"Location And Travel" |
Type | type:"image\png" |
Width of image | width:lowerbound..upperbound |
Height of image | height:lowerbound..upperbound |
Person | person:John |
Here are some examples of search formats for complex queries:
- To display all assets with multiple facets fields (for example: title=John Doe and creator tool = Adobe Photoshop):
tiltle:"John Doe" creatortool : Adobe*
- To display all assets when the facets value is not a single word but a sentence (for example: title=Scott Reynolds)
title:"Scott Reynolds"
- To display assets with multiple values of a single property (for example: title=Scott Reynolds or John Doe)
title:"Scott Reynolds" OR "John Doe"
- To display assets with property values starting with a specific string (for example: title is Scott Reynolds)
title:Scott*
- To display assets with property values ending with a specific string (for example: title is Scott Reynolds)
title:*Reynolds
- To display assets with a property value that contains a specific string (for example: title = Basel Meeting Room)
title:*Meeting*
- To display assets that contain a particular string and have a specific property value (for example: search for string Adobe in assets having title=John Doe)
*Adobe* title:"John Doe "OR title:"John Doe" *Adobe*
Uwaga:
The properties path, limit, size, and orderby can't be ORed with any other property.
The keyword for a user-generated property is its field label in the property editor in lowercase, with spaces removed.
Uwaga:
If you write a JCR query to search for subassets only, the matched referenced assets are also displayed along with the matched subassets.
Full text search also supports operators such as -, ^, and so on. To search these letters as string literals, enclose the search expression in double quotes. For example, use "Notebook - Beauty" instead of Notebook - Beauty.
You can improve the relevance of keywords for particular assets to help boost searches based on the keywords. In other words, the images for which you promote specific keywords appear at the top of the search results when you search based on these keywords.