We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df06d6 commit f948647Copy full SHA for f948647
templates/data-providers/utils/generate-form-message.jsx
@@ -3,7 +3,7 @@
3
import { Link } from '@oacore/design'
4
import React from 'react'
5
6
-const searchUrlFor = (id) => `https://core.ac.uk/search?q=repositories.id:${id}`
+const searchUrlFor = (id) => `https://core.ac.uk/search?q=repositories.id:(${id})`
7
8
const HARVESTED_BY_CORE = 'https://core.ac.uk/faq#harvested-by-CORE-snippet'
9
const SUPPORT_EMAIL_URL = 'mailto:t%68%65t%65am%40core%2e%61c%2eu%6b'
0 commit comments