When entering a DOI, allow for the first forward slash to be URL encoded (%2F)
How to test
docker compose down --volumes && docker compose build --parallel && docker compose up --scale data-generation=0
Sign in, create a software or project page
When searching anywhere for the DOI 10.1186%2Fs40537-019-0194-3 (or https://doi.org/10.1186%2Fs40537-019-0194-3) using regular search or bulk import, a result should be found. The same when using the unescaped DOI 10.1186/s40537-019-0194-3.
Try out other DOIs from #808 to see if they still work
Closes #1309
PR Checklist:
[ ] Increase version numbers in docker-compose.yml
Allow for escaped slash in DOI
Changes proposed in this pull request
%2F
)How to test
docker compose down --volumes && docker compose build --parallel && docker compose up --scale data-generation=0
10.1186%2Fs40537-019-0194-3
(orhttps://doi.org/10.1186%2Fs40537-019-0194-3
) using regular search or bulk import, a result should be found. The same when using the unescaped DOI10.1186/s40537-019-0194-3
.Closes #1309
PR Checklist:
docker-compose.yml