Skip to content

Commit f948647

Browse files
valeriibudkomcancellieriekachxaidze98
authored
Fix/master content (#798)
* HOTIFIX: search endpoint wasn't creating the right query * Master update from content (#795) * Update faq * add linking (#754) * fix missing buttons issue * feat: CORE-4429 open pdf in new tab * CORE-4429 babel config * update dependencies * [CORE-4431] docs-membership (#773) * update dataset text * CORE update api pdf file * CORE-4458 update terms page (#784) * update dataset text * CORE-4458: update terms page * temporary page * [bugfix] Config babel/runtime * Fix. Remove debug code (#794) --------- Co-authored-by: mcancellieri <[email protected]> Co-authored-by: ekachxaidze98 <[email protected]> Co-authored-by: Eka <[email protected]> --------- Co-authored-by: Matteo Cancellieri <[email protected]> Co-authored-by: mcancellieri <[email protected]> Co-authored-by: ekachxaidze98 <[email protected]> Co-authored-by: Eka <[email protected]>
1 parent 8df06d6 commit f948647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/data-providers/utils/generate-form-message.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { Link } from '@oacore/design'
44
import React from 'react'
55

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

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

0 commit comments

Comments
 (0)