Jump to: navigation, search

Difference between revisions of "Offline Query (UBIK WinX)"


(Created page with "Compared to online / server side queries, offline queries provide a similar capability to query for objects that match the criteria defined by the query objects. The...")
 
Line 6: Line 6:
  
 
[[Category:Version 3.1|Offline Query (UBIK WinX)]]
 
[[Category:Version 3.1|Offline Query (UBIK WinX)]]
 +
[[Category:WinX|Offline Query (UBIK WinX)]]

Revision as of 15:54, 7 November 2017

Compared to online / server side queries, offline queries provide a similar capability to query for objects that match the criteria defined by the query objects. The major differences are:

  • The querying happens entirely offline without the need of networks;
  • Only local objects can be found as query results (for obvious reasons).

... Under construction ...