Jump to: navigation, search

Difference between revisions of "HowTo:Find Objects by Query"


(Created page with "Finding objects on the Client using a query, which is shown at any defined hierarchy level, requires that # the Query is delivered to the Client; therefore see [[HowTo:Us...")
 
Line 2: Line 2:
  
 
# the [[Query]] is delivered to the Client; therefore see [[HowTo:Use_a_Query_in_a_View|how to use a Query in a View]] to learn about placing a Query within the view hierarchy
 
# the [[Query]] is delivered to the Client; therefore see [[HowTo:Use_a_Query_in_a_View|how to use a Query in a View]] to learn about placing a Query within the view hierarchy
# [[HowTo:Create_a_new_QueryScope|create and add]] a new [[QUERYSCOPE]] as described here
+
# [[HowTo:Create_a_new_QueryScope|create and add]] a new [[QUERYSCOPE]] for the [[ACM]]
  
 
+
See [[QUERY#Content query|here]] how the query and its filter items are evaulated on the Client.
 
+
 
+
== Wait for the search to finish ==
+
# Once the scan is finished, wait until the scanner is closed and an empty browser shows up;
+
# Depending on the network connection and the {{UBIK}} [[Sync Mode|sync mode]], [[Optical code#Searching for objects|different ways of searching]] will be applied;
+
# During the search, the list might show a searching text before any objects are found;<br/>[[File:UI_Android_SearchObjectWithOpticalCode.jpg|420 px|border|alt=Searching for Objects|Searching for Objects]]
+
# If any objects are found, they will be added to the list.<br/>[[File:UI_Android_ObjectWithOpticalCodeFound.jpg|420 px|border|alt=Displaying Objects|Displaying Objects]]
+
  
 
== See also ==
 
== See also ==
* [[Optical code]]
+
* [[QUERY]]
* [[HowTo:Make_an_Object_be_found_by_Optical_Codes]]
+
  
 
[[Category:Publishing]]
 
[[Category:Publishing]]
[[Category:Android]]
+
[[Category:Client]]
 
[[Category:How-To]]
 
[[Category:How-To]]

Revision as of 11:20, 24 March 2015

Finding objects on the Client using a query, which is shown at any defined hierarchy level, requires that

  1. the Query is delivered to the Client; therefore see how to use a Query in a View to learn about placing a Query within the view hierarchy
  2. create and add a new QUERYSCOPE for the ACM

See here how the query and its filter items are evaulated on the Client.

See also