Changes between Version 16 and Version 17 of WebInterface/RunningSemanticQueries
- Timestamp:
- Sep 28, 2012, 12:31:44 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebInterface/RunningSemanticQueries
v16 v17 22 22 * Selecting a region or pointing at a position in the shown code. You can only start queries from the query construct assistant this way. Also, if a node is selected, deselect it first by clicking on it again or by clicking on the ”Deselect Node” button. 23 23 * Clicking on a node (bold text) - the selected node will be highlighted. 24 {{{#!comment25 24 Note that, the forms which contain errors are not clickable. 26 }}}27 28 25 29 26 After selecting a node you can either: 30 * Run pre-defined queries for that node from the top-right corner of the screen - the result of these won't appear in the ’previous queries’ tab.31 * Run previously made queries for that node type by selecting one from the ”Choose previous query” dropdown box.32 * Run a query from the query construct assistant text-box, which will start from that node.33 34 {{{#!comment35 27 * Run pre-defined queries from that node from the now shown context menu - the result of these won't appear in the ’previous queries’ tab. 36 28 * Run previously made queries for that node type by selecting one from the ”Choose previous query” dropdown box. 37 29 * Run a query from the query construct assistant text-box (either at the top of the page or the context menu), which will start from that node. 38 30 * Start a new investigation (beta feature) from the clause the selected node is in. 39 }}}40 31 41 32 The first result of the query will be shown (if there was any). Results can be browsed with the appearing ''Prev'' and ''Next'' buttons. The total number of results as well as the currently shown result's number are displayed under those buttons. You can also select results from the ”Last result” tab.