We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d3578 commit 7cb2b6aCopy full SHA for 7cb2b6a
1 file changed
server/services/searchOpenAire.php
@@ -8,6 +8,7 @@
8
use headstart\library;
9
10
$post_params = $_POST;
11
+$precomputed_id = (isset($_POST["unique_id"]))?($_POST["unique_id"]):(null);
12
13
if (array_key_exists("acronymtitle", $_POST)) {
14
$q = library\CommUtils::getParameter($_POST, "acronymtitle");
@@ -41,7 +42,7 @@
41
42
, $post_params, $param_array
43
, false
44
, true, $id_array
- , null, true);
45
+ , $precomputed_id, true);
46
47
echo $result
48
0 commit comments