Open alpaziz opened 5 years ago
@alpaziz thank you. Looks like that would work!
use the below format to use this field in APIs
"field_view_publications_related": { "und": [{ "url" : "https://www.google.com" }] }, Please note, since the field used URL type, use the "url" parameter instead of "value" parameter.
Hey @cmachingauta ,
I believe we need the Microdata API to return a field which will be TRUE
or FALSE
depending if citations are present. Currently when I add the /related-publications
to the end of a Microdata dataset page, the link doesn't throw an error (e.g https://microdata.worldbank.org/index.php/catalog/1/related-publications )
This will allow us to populate the View publications related to this study (field_view_publications_related) field for Microdata Datasets.
Will need to first check whether or not a dataset has citations; just append
related-publications
to the resource URL (e.g https://microdata.worldbank.org/index.php/catalog/1137/related-publications).FYI: @cmachingauta