From f9486476796557729904a0fddd08716c12e96081 Mon Sep 17 00:00:00 2001 From: Valeriy Budko Date: Sat, 11 Feb 2023 20:03:38 +0200 Subject: [PATCH] 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 Co-authored-by: ekachxaidze98 <65679299+ekachxaidze98@users.noreply.github.com> Co-authored-by: Eka --------- Co-authored-by: Matteo Cancellieri Co-authored-by: mcancellieri Co-authored-by: ekachxaidze98 <65679299+ekachxaidze98@users.noreply.github.com> Co-authored-by: Eka --- templates/data-providers/utils/generate-form-message.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/data-providers/utils/generate-form-message.jsx b/templates/data-providers/utils/generate-form-message.jsx index 992d89399..424020634 100644 --- a/templates/data-providers/utils/generate-form-message.jsx +++ b/templates/data-providers/utils/generate-form-message.jsx @@ -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'