Changes between Initial Version and Version 1 of WxInterface/Queries


Ignore:
Timestamp:
Aug 22, 2013, 10:12:35 PM (11 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WxInterface/Queries

    v1 v1  
     1= Queries = 
     2 
     3This service is available under the ”Queries” tab. 
     4To learn more about semantic queries see the [SemanticQuery Semantic Queries page]. 
     5On this tab there are 4 subtabs: 
     6* Queries 
     7* Last results 
     8* Running queries 
     9* Files in DB 
     10The usage of these can be found below. 
     11 
     12= Using queries tab = 
     13 
     14On this tab you can create and run queries. A smart autocomplete function is provided 
     15to support this when typing into the query textbox on the top left. 
     16When writing a query you can also save it as a skeleton ("Save skeleton" button). 
     17 
     18Queries already ran are stored in a cache and listed on the left ("Latest queries" 
     19section of the tab on the left, lists can be selected using a dropdown menu) where 
     20you can also find your saved skeletons. So the lists available are: 
     21* My queries 
     22* All queries 
     23* Skeletons 
     24You can (re)run the items of these by clicking on them. When running a skeleton 
     25you also have to fill in its parameters. The items of these lists can be deleted. 
     26("Delete" button) 
     27 
     28= Using last results tab = 
     29 
     30When you run a query or a skeleton its results can be found here. 
     31A tree structure is given where the parts of the results can be found in groups. (collapsable) 
     32 
     33Some of the results are bound to code parts (marked with bold text). When clicking on them the 
     34code part will be opened in a code browser (located on the right). 
     35 
     36= Using running queries tab = 
     37 
     38On this tab you can check what queries are running (started by you or another user). You can 
     39click on a query and use the "Kill query" button to stop it. It is prohibited to kill a query 
     40started by another user. 
     41 
     42= Using files in DB tab = 
     43 
     44This tab shows all the files added to the database and makes it possible to easily open a file 
     45in the code browser of the queries tab (on the right) without using a semantic query like "mods". 
     46An input box is provided to filter files by their name.