Changes between Version 7 and Version 8 of WebInterface/RunningSemanticQueries
- Timestamp:
- Apr 3, 2012, 11:40:07 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebInterface/RunningSemanticQueries
v7 v8 2 2 This service is available under the ”Queries” menu. 3 3 == Constructing semantic queries == 4 To learn more about semantic queries see the [SemanticQuery Semantic Queries page]. 5 4 6 The query construct assistant is located at the top-left corner of the page. While typing a query the interface offers possible continuations for uncompleted sub-terms. An offered option can be chosen from a drop-down list. This auto-complete mechanism helps new !RefactorErl users using the language, and also all developers to speed up query constructions and avoiding constructing wrong queries. 5 7 … … 7 9 == Starting queries == 8 10 A file browser is placed at the left side of the page under the ’File browser’ tab. A file can be viewed by clicking on it. 11 You can also filter files in the filter textbox. The filter can contain the * (any number) and ? (only one) wildcards for unknown characters. 12 9 13 You can set a starting point for a query in two ways: 10 * Selecting a region or pointing at a position in the shown code. You can only start queries from the query construct assistant this way. 14 * 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. 11 15 * Clicking on a node (bold text) - the selected node will be highlighted. 12 16 13 17 After selecting a node you can either: 14 18 * 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. 15 * Run previously made queries for that node type by selecting one from the ''Choose previous query''dropdown box.19 * Run previously made queries for that node type by selecting one from the ”Choose previous query” dropdown box. 16 20 * Run a query from the query construct assistant text-box, which will start from that node. 17 21