diff --git a/.secrets.baseline b/.secrets.baseline index d0c4b06f..6e3e387a 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -376,5 +376,5 @@ } ] }, - "generated_at": "2025-01-24T17:07:33Z" + "generated_at": "2025-02-06T21:01:04Z" } diff --git a/docs/API/Users_Guide/Search_and_Retrieval.md b/docs/API/Users_Guide/Search_and_Retrieval.md index b68d55f3..8d248963 100644 --- a/docs/API/Users_Guide/Search_and_Retrieval.md +++ b/docs/API/Users_Guide/Search_and_Retrieval.md @@ -3097,7 +3097,7 @@ The GDC API supports the use of the wildcard character, an asterisk (\*), in the ## Quicksearch Endpoint -The GDC Portal has a quicksearch functionality that allows for a project, case, or file to be queried from a search box. This function calls the `/v0/all` endpoint, which retrieves the top cases, files, and projects that match to the query. The quicksearch can also be used programmatically through the API. For example, a search term of 'TCGA' would produce the following query: +The GDC Portal has a quicksearch functionality that allows for a project, case, or file to be queried from a search box. This function calls the `/v0/all` endpoint, which retrieves the top cases, files, projects, genes, mutations, and annotations that match to the query. The quicksearch can also be used programmatically through the API. For example, a search term of 'TCGA' would produce the following query: === "Shell"