Jump to: navigation, search

Difference between revisions of "QUERYSCOPE"


Line 13: Line 13:
 
== Configuration ==
 
== Configuration ==
 
[[File:UI_QueryScope_04.PNG|thumb|border|220px|alt=Published MetaProperties as Filter Criteria|Published MetaProperties as Filter Criteria]]
 
[[File:UI_QueryScope_04.PNG|thumb|border|220px|alt=Published MetaProperties as Filter Criteria|Published MetaProperties as Filter Criteria]]
The configuration of the query has to be done completely on the server side, where the published [[MetaProperty|MetaProperties]] defined in the [[ACM]] serve as filter criteria on the client. The system verifies if the Query possesses a [[QueryItem]] suitable for each of the filter criteria and
+
The configuration of the query has to be done completely on the server side, where the published [[MetaProperty|MetaProperties]] defined in the [[ACM]] serve as filter criteria on the client.
* evaluates the query based on the configuration of the query item using the provided search value
+
If a Query is executed on the client the system verifies for each of the filter criteria if the Query possesses a suitable [[QueryItem]] and  
* evaluates the query based on the configuration of the query item using the provided search value
+
* evaluates the query based on the configuration of the query item using the specified operator, etc. if a query item exist
 
+
* evaluates the query using an Equal (=) operator if no query item exist
 
+
 
+
  
 
[[Category:System MetaClasses]]
 
[[Category:System MetaClasses]]
 
[[Category:Context Scopes]]
 
[[Category:Context Scopes]]

Revision as of 18:51, 11 December 2013

IC METACLASS.gif Query Scope
Name QUERYSCOPE
Namespace System.ACM.Scopes
Custom.ACM.Scopes
Internal Name QueryScope
TypeString {{{typestring}}}
RuntimeType {{{runtimetype}}}
Purpose Configure content queries
Version 2.1.13+

A QueryScope defines how a Query and its results are visualized on the UBIKCLIENT and is accessed from the Content Browser acting as a search mechanism.

Configuration

Published MetaProperties as Filter Criteria
Published MetaProperties as Filter Criteria

The configuration of the query has to be done completely on the server side, where the published MetaProperties defined in the ACM serve as filter criteria on the client. If a Query is executed on the client the system verifies for each of the filter criteria if the Query possesses a suitable QueryItem and

  • evaluates the query based on the configuration of the query item using the specified operator, etc. if a query item exist
  • evaluates the query using an Equal (=) operator if no query item exist