Skip to content

Commit

Permalink
Fix searching for allele name containing slashes
Browse files Browse the repository at this point in the history
Refs #1809
  • Loading branch information
kimrutherford committed Oct 10, 2023
1 parent ffc7b65 commit 8912062
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/complete.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ export class CompleteService {
return from([]);
}

queryText = queryText.replace(this.cleanRE, ' ');

const completeRefUrl = this.completeUrl + '/allele/' + queryText;

return this.httpRetry.getWithRetry(completeRefUrl, retryOptions)
Expand Down

0 comments on commit 8912062

Please sign in to comment.