Admin: Difference between revisions
Line 13: | Line 13: | ||
-- type::genome | -- type::genome | ||
-- type::user | -- type::user | ||
-- type::organism | -- type::organism | ||
-- type::usergroup | -- type::usergroup | ||
-- type::experiment | -- type::experiment | ||
-- type::notebook | -- type::notebook | ||
...which limit results to a particular category. | ...which limit results to a particular category. | ||
Line 23: | Line 29: | ||
-- restricted::0 | -- restricted::0 | ||
-- restricted::1 | -- restricted::1 | ||
-- deleted::0 | -- deleted::0 | ||
-- deleted::1 | -- deleted::1 | ||
...to return all results that have (1) or do not have (0) the specified property. | ...to return all results that have (1) or do not have (0) the specified property. | ||
== Jobs == | == Jobs == |
Revision as of 18:57, 7 April 2015
Admin is an all-purpose tool for CoGe administrators. It houses such features as: a database-wide search, a view of all currently running jobs, <more to come>.
Introduction
The main sections of the Admin page can be accessed via the tabs at the top. "Search" houses the main search functionality and "Jobs" holds a view of all currently running jobs.
Search
Search terms can include the names, id numbers, or pieces of the descriptions of the desired result. These will be checked against and return all of the following types of results: Organisms, Genomes, Users, User Groups, Experiments, and Notebooks. Each additional search term (separated by spaces) will narrow the search (increase specificity). To exclude all results that contain a specific term, simply place a "!" anywhere in said term. (Examples: !arabidopsis arabid!opsis arabidopsis!)
The search function also recognizes several tags, or terms with special functionality. These are:
-- type::genome
-- type::user
-- type::organism
-- type::usergroup
-- type::experiment
-- type::notebook
...which limit results to a particular category.
and
-- restricted::0
-- restricted::1
-- deleted::0
-- deleted::1
...to return all results that have (1) or do not have (0) the specified property.