Changes between Version 20 and Version 21 of WebInterface/RunningSemanticQueries
- Timestamp:
- Jun 3, 2013, 7:54:56 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebInterface/RunningSemanticQueries
v20 v21 32 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. 33 33 34 == Previous Queries == 34 35 [[Image(webinterface_prevqueries.jpg, right)]][[BR]] 35 == Previous Queries ==36 37 36 For your convenience, the interface stores previously executed queries and their results, which are listed at the left side of the page under the ”Queries” tab. You can either choose to list only queries which belong to the current user, or all queries stored in the system. 38 37 … … 48 47 49 48 Users can add or modify a comment on any query by clicking the corresponding ”C” icon. 49 50 There's also a query history in the top right corner of the page. It stores all the queries that were ran since the opening of this page (and are lost if you navigate away from this page). If you load a previous history item, then all subsequent history items will be removed when a new query is executed (just like an undo function usually works). 51 50 52 == Running Queries == 51 53 The list of currently running queries are displayed anytime in the ”Queries” tab. The list is updated every second. A running query (started by the current user) can be aborted by pressing the corresponding ’X’ icon. The user is notified about the success of the abort.