Skip to content

DIG-2086: specify fullSearch=true to enable full search#370

Merged
daisieh merged 2 commits intodevelopfrom
hotfix/full-switch
Oct 7, 2025
Merged

DIG-2086: specify fullSearch=true to enable full search#370
daisieh merged 2 commits intodevelopfrom
hotfix/full-switch

Conversation

@daisieh
Copy link
Member

@daisieh daisieh commented Sep 26, 2025

To test: do a beacon search either through the GET or POST endpoints. If you specify fullSearch=true, you should see a beaconResultUrl in the result; if you don't, it shouldn't be there.

curl "http://candig.docker.internal:5080/genomics/beacon/v2/g_variants?assemblyId=hg38&geneId=TP53&fullSearch=true" \
     -H 'Authorization: Bearer <token>'  

or

curl -X "POST" "http://candig.docker.internal:5080/genomics/beacon/v2/g_variants" \
     -H 'Authorization: Bearer <token>' \
     -H 'Content-Type: application/json; charset=utf-8' \
     -d $'{
  "query": {
    "requestParameters": {
      "gene_id": "SLC2A5",
      "fullSearch": true
    }
  },
  "meta": {
    "apiVersion": "v2"
  }
}'

@daisieh daisieh requested a review from OrdiNeu September 26, 2025 00:22
@daisieh daisieh merged commit be050c2 into develop Oct 7, 2025
1 check passed
@daisieh daisieh deleted the hotfix/full-switch branch October 7, 2025 19:20
@daisieh daisieh restored the hotfix/full-switch branch October 8, 2025 18:48
@daisieh daisieh deleted the hotfix/full-switch branch October 8, 2025 18:48
daisieh added a commit that referenced this pull request Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants