Difference between revisions of "Search"

From CoGepedia
Jump to: navigation, search
(Special Terms)
Line 17: Line 17:
 
* '''certified::X''', where X is 1 or 0. Specifying a 1 means only return items that have been certified. Specifying a 0 means only return items that have not been certified. If this term is not specified then both certified and non certified items are returned.<br>- Note: this term only applies to genomes
 
* '''certified::X''', where X is 1 or 0. Specifying a 1 means only return items that have been certified. Specifying a 0 means only return items that have not been certified. If this term is not specified then both certified and non certified items are returned.<br>- Note: this term only applies to genomes
  
* deleted::X, where X is 1 or 0. Specifying a 1 means only return items that have been deleted. Specifying a 0 means only return items that have not been deleted. If this term is not specified then both deleted and non deleted items are returned.<br>- Note: this term does not apply to organisms.
+
* '''deleted::X''', where X is 1 or 0. Specifying a 1 means only return items that have been deleted. Specifying a 0 means only return items that have not been deleted. If this term is not specified then both deleted and non deleted items are returned.<br>- Note: this term does not apply to organisms.
  
* favorite::1, return items that have been favorited by the user. Unlike the other terms, only specifying 1 is allowed. Searching for items that have not been favorited is not supported.<br>- Note: this term only applies to genomes, experiments, and notebooks.
+
* '''favorite::1''', return items that have been favorited by the user. Unlike the other terms, only specifying 1 is allowed. Searching for items that have not been favorited is not supported.<br>- Note: this term only applies to genomes, experiments, and notebooks.
  
* metadata_key::X, where X is a metadata type (e.g. metadata_key::note). Specifying this term will limit the search to items with matching metadata.<br>- Note: this term only applies to genomes, experiments, and notebooks.
+
* '''metadata_key::X''', where X is a metadata type (e.g. metadata_key::note). Specifying this term will limit the search to items with matching metadata.<br>- Note: this term only applies to genomes, experiments, and notebooks.
  
* metadata_value::X, where X is the text of the metadata value to search for (e.g. metadata_value::bowtie2_build).<br>- Note: this term only applies to genomes, experiments, and notebooks.
+
* '''metadata_value::X''', where X is the text of the metadata value to search for (e.g. metadata_value::bowtie2_build).<br>- Note: this term only applies to genomes, experiments, and notebooks.
  
* restricted::X, where X is 1 or 0. Specifying a 1 means only return items that have been restricted. Specifying a 0 means only return items that are not restricted. If this term is not specified then both restricted and non restricted items are returned.<br>- Note: this term only applies to genomes, experiments, and notebooks.
+
* '''restricted::X''', where X is 1 or 0. Specifying a 1 means only return items that have been restricted. Specifying a 0 means only return items that are not restricted. If this term is not specified then both restricted and non restricted items are returned.<br>- Note: this term only applies to genomes, experiments, and notebooks.
  
* role::X, where X is one of owner, editor, or reader. Specifying this term will limit the search to items for which the current user has the specified role. For example, specifying role::owner will only return matching items that are owned by the current user.<br>- Note: this term only applies to genomes, experiments, and notebooks.
+
* '''role::X''', where X is one of owner, editor, or reader. Specifying this term will limit the search to items for which the current user has the specified role. For example, specifying role::owner will only return matching items that are owned by the current user.<br>- Note: this term only applies to genomes, experiments, and notebooks.
  
* type::X, where X is one of organism, genome, experiment, notebook, or usergroup. Specifying the type with this special term will limit the search to one type of object (e.g. only organisms). If this term is not specified then all types of items will be searched.
+
* '''type::X''', where X is one of organism, genome, experiment, notebook, or usergroup. Specifying the type with this special term will limit the search to one type of object (e.g. only organisms). If this term is not specified then all types of items will be searched.

Revision as of 17:55, 26 September 2016

To search CoGe's data, enter terms into search bar at the top of the page and press enter/return or click the search button (magnifying glass).

Search results will be grouped together in type categories, each of which is a collapsable list. Click the type label or arrow to toggle the display of that type's results. The possible types are: Organisms, Genomes, Experiments, Notebooks, and User Groups.

Search Terms

Search terms are words, partial words, or id numbers that you want to find. They will be searched for in the name, description, id and other fields depending on the item type.

Each additional search term (separated by spaces) will narrow the search (increase specificity). In other words, all the terms must be found in an item for a match.

To exclude all results that contain a specific term, place a ! at the beginning or end of the term. For example: !arabidopsis or arabidopsis!

Special Terms

Special terms are constructed with a keyword followed by two colons followed by a value (e.g. deleted::1). You can surround the entire term in double quotes if part of the term contains spaces (e.g. "metadata_value::tophat -g 1").

  • certified::X, where X is 1 or 0. Specifying a 1 means only return items that have been certified. Specifying a 0 means only return items that have not been certified. If this term is not specified then both certified and non certified items are returned.
    - Note: this term only applies to genomes
  • deleted::X, where X is 1 or 0. Specifying a 1 means only return items that have been deleted. Specifying a 0 means only return items that have not been deleted. If this term is not specified then both deleted and non deleted items are returned.
    - Note: this term does not apply to organisms.
  • favorite::1, return items that have been favorited by the user. Unlike the other terms, only specifying 1 is allowed. Searching for items that have not been favorited is not supported.
    - Note: this term only applies to genomes, experiments, and notebooks.
  • metadata_key::X, where X is a metadata type (e.g. metadata_key::note). Specifying this term will limit the search to items with matching metadata.
    - Note: this term only applies to genomes, experiments, and notebooks.
  • metadata_value::X, where X is the text of the metadata value to search for (e.g. metadata_value::bowtie2_build).
    - Note: this term only applies to genomes, experiments, and notebooks.
  • restricted::X, where X is 1 or 0. Specifying a 1 means only return items that have been restricted. Specifying a 0 means only return items that are not restricted. If this term is not specified then both restricted and non restricted items are returned.
    - Note: this term only applies to genomes, experiments, and notebooks.
  • role::X, where X is one of owner, editor, or reader. Specifying this term will limit the search to items for which the current user has the specified role. For example, specifying role::owner will only return matching items that are owned by the current user.
    - Note: this term only applies to genomes, experiments, and notebooks.
  • type::X, where X is one of organism, genome, experiment, notebook, or usergroup. Specifying the type with this special term will limit the search to one type of object (e.g. only organisms). If this term is not specified then all types of items will be searched.