Skip to content

Commit

Permalink
HOTIFIX: search endpoint wasn't creating the right query
Browse files Browse the repository at this point in the history
  • Loading branch information
mcancellieri committed Feb 10, 2023
1 parent 114013c commit 48c7652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/data-providers/utils/generate-form-message.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { Link } from '@oacore/design'
import React from 'react'

const searchUrlFor = (id) => `https://core.ac.uk/search?q=repositories.id:${id}`
const searchUrlFor = (id) => `https://core.ac.uk/search?q=repositories.id:(${id})`

const HARVESTED_BY_CORE = 'https://core.ac.uk/faq#harvested-by-CORE-snippet'
const SUPPORT_EMAIL_URL = 'mailto:t%68%65t%65am%40core%2e%61c%2eu%6b'
Expand Down

0 comments on commit 48c7652

Please sign in to comment.