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