You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/sphinx-guides/source/api/search.rst
+29-23Lines changed: 29 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ Unlike the web interface, this new API is limited to *published* data until `iss
12
12
13
13
The parameters and JSON response are partly inspired by the `GitHub Search API <https://developer.github.com/v3/search/>`_.
14
14
15
+
Please note that in Dataverse 4.3 and older the "citation" field wrapped the persistent ID URL in an ``<a>`` tag but this has been changed to plaintext. If you want the old value with HTML in it, a new field called "citationHtml" can be used.
In this example, ``show_relevance=true`` matches per field are shown. Available facets are shown with ``show_facets=true`` and of the facets is being used with ``fq=publication_date_s:2015``. The search is being narrowed to the dataverse with the identifier "birds" with the parameter ``subtree=birds``.
103
106
@@ -119,7 +122,7 @@ In this example, ``show_relevance=true`` matches per field are shown. Available
Copy file name to clipboardExpand all lines: src/main/java/Bundle.properties
+26-24Lines changed: 26 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -127,25 +127,27 @@ wasPublished=, was published in
127
127
wasReturnedByReviewer=, was returned by the curator of
128
128
toReview=Don't forget to publish it or send it back to the contributor!
129
129
worldMap.added=dataset had a WorldMap layer data added to it.
130
-
notification.welcome=Welcome to {0} Dataverse! Get started by adding or finding data. Have questions? Check out the <a href="{1}/{2}/user/index.html" title="{0} Dataverse User Guide" target="_blank">User Guide</a> or contact <a href="#" onclick="event.preventDefault();PF('contactForm').show();" title=\u201dContact {0} Dataverse Support\u201d>Dataverse Support</a> for assistance.
131
-
notification.requestFileAccess=File access requested for dataset: <a href="/permissions-manage-files.xhtml?id={0,number,#########}" title="{1}">{1}</a>.
132
-
notification.grantFileAccess=Access granted for files in dataset: <a href="/dataset.xhtml?persistentId={0}" title="{1}">{1}</a>.
133
-
notification.rejectFileAccess=Access rejected for requested files in dataset: <a href="/dataset.xhtml?persistentId={0}" title="{1}">{1}</a>.
134
-
notification.createDataverse=<a href="/dataverse/{0}" title="{1}">{1}</a> was created in <a href="/dataverse/{2}" title="{3}">{3}</a>. To learn more about what you can do with your dataverse, check out the <a href="{4}/{5}/user/dataverse-management.html" title="Dataverse Management - Dataverse User Guide" target="_blank">User Guide</a>.
135
-
notification.createDataset=<a href="/dataset.xhtml?persistentId={0}" title="{1}"&>{1}</a> was created in <a href="/dataverse/{2}" title="{3}">{3}</a>. To learn more about what you can do with a dataset, check out the <a href="{4}/{5}/user/dataset-management.html" title="Dataset Management - Dataset User Guide" target="_blank">User Guide</a>.
136
-
notification.wasSubmittedForReview=<a href="/dataset.xhtml?persistentId={0}&version=DRAFT&faces-redirect=true" title="{1}">{1}</a>, was submitted for review to be published in <a href="/dataverse/{2}" title="{3}">{3}</a>. Don't forget to publish it or send it back to the contributor\!
137
-
notification.wasReturnedByReviewer=<a href="/dataset.xhtml?persistentId={0}&version=DRAFT&faces-redirect=true" title="{1}">{1}</a>, was returned by the curator of <a href="/dataverse/{2}" title="{3}">{3}</a>.
138
-
notification.wasPublished=<a href="/dataset.xhtml?persistentId={0}" title="{1}">{1}</a>, was published in <a href="/dataverse/{2}" title="{3}">{3}</a>.
139
-
notification.worldMap.added=<a href="/dataset.xhtml?persistentId={0}" title="{1}">{1}</a>, dataset had WorldMap layer data added to it.
130
+
notification.welcome=Welcome to {0} Dataverse! Get started by adding or finding data. Have questions? Check out the {1} or contact {2} for assistance.
131
+
notification.requestFileAccess=File access requested for dataset: {0}.
132
+
notification.grantFileAccess=Access granted for files in dataset: {0}.
133
+
notification.rejectFileAccess=Access rejected for requested files in dataset: {0}.
134
+
notification.createDataverse={0} was created in {1} . To learn more about what you can do with your dataverse, check out the {2}.
135
+
notification.dataverse.management.title=Dataverse Management - Dataverse User Guide
136
+
notification.createDataset={0} was created in {1}. To learn more about what you can do with a dataset, check out the {2}.
137
+
notification.dataset.management.title=Dataset Management - Dataset User Guide
138
+
notification.wasSubmittedForReview={0}, was submitted for review to be published in {1}. Don't forget to publish it or send it back to the contributor\!
139
+
notification.wasReturnedByReviewer={0}, was returned by the curator of {1}.
140
+
notification.wasPublished={0}, was published in {1}.
141
+
notification.worldMap.added={0}, dataset had WorldMap layer data added to it.
140
142
notification.generic.objectDeleted=The dataverse, dataset, or file for this notification has been deleted.
141
-
notification.access.granted.dataverse=You have been granted the {0} role for <a href="/dataverse/{1}" title="{2}">{2}</a>.
142
-
notification.access.granted.dataset=You have been granted the {0} role for <a href="/dataset.xhtml?persistentId={1}" title="{2}">{2}</a>.
143
-
notification.access.granted.datafile=You have been granted the {0} role for file in <a href="/dataset.xhtml?persistentId={1}" title="{2}">{2}</a>.
143
+
notification.access.granted.dataverse=You have been granted the {0} role for {1}.
144
+
notification.access.granted.dataset=You have been granted the {0} role for {1}.
145
+
notification.access.granted.datafile=You have been granted the {0} role for file in {1}.
144
146
notification.access.granted.fileDownloader.additionalDataverse={0} You now have access to all published restricted and unrestricted files in this dataverse.
145
147
notification.access.granted.fileDownloader.additionalDataset={0} You now have access to all published restricted and unrestricted files in this dataset.
146
-
notification.access.revoked.dataverse=You have been removed from a role in <a href="/dataverse/{1}" title="{2}">{2}</a>.
147
-
notification.access.revoked.dataset=You have been removed from a role in <a href="/dataset.xhtml?persistentId={1}" title="{2}">{2}</a>.
148
-
notification.access.revoked.datafile=You have been removed from a role in <a href="/dataset.xhtml?persistentId={1}" title="{2}">{2}</a>.
148
+
notification.access.revoked.dataverse=You have been removed from a role in {0}.
149
+
notification.access.revoked.dataset=You have been removed from a role in {0}.
150
+
notification.access.revoked.datafile=You have been removed from a role in {0}.
149
151
removeNotification=Remove Notification
150
152
groupAndRoles.manageTips=Here is where you can access and manage all the groups you belong to, and the roles you have been assigned.
151
153
user.signup.tip=Why have a Dataverse account? To create your own dataverse and customize it, add datasets, or request access to restricted files.
dataverse.savedsearch.dataverse.choose=Choose which of your dataverses you would like to link this search to.
331
333
dataverse.savedsearch.no.choice=You have one dataverse to which you may add a saved search.
332
334
# Bundle file editors, please note that "dataverse.savedsearch.save.success" is used in a unit test
333
-
dataverse.saved.search.success=The saved search has been successfully linked to <a href="/dataverse/{0}" title="{1}">{1}</a>.
335
+
dataverse.saved.search.success=The saved search has been successfully linked to {0}.
334
336
dataverse.saved.search.failure=The saved search was not able to be linked.
335
-
dataverse.linked.success= {0} has been successfully linked to <a href="{1}/dataverse/{2}" title="{3}">{3}</a>.
336
-
dataverse.linked.success.wait= {0} has been successfully linked to <a href="{1}/dataverse/{2}" title="{3}">{3}</a>. Please wait for its contents to appear.
337
-
dataverse.linked.internalerror={0} has been successfully linked to <a href="{1}/dataverse/{2}" title="{3}">{3}</a> but contents will not appear until an internal error has been fixed.
337
+
dataverse.linked.success= {0} has been successfully linked to {1}.
338
+
dataverse.linked.success.wait= {0} has been successfully linked to {1}. Please wait for its contents to appear.
339
+
dataverse.linked.internalerror={0} has been successfully linked to {1} but contents will not appear until an internal error has been fixed.
dataset.majorRelease.tip=Due to the nature of changes to the current draft this will be a major release ({0})
779
781
dataset.mayNotBePublished=Cannot publish dataset.
780
-
dataset.mayNotPublish.administrator= This dataset cannot be published until <a href="/dataverse.xhtml?alias={0}" title="{1}">{1}</a> is published by its administrator.
781
-
dataset.mayNotPublish.both= This dataset cannot be published until <a href="/dataverse.xhtml?alias={0}" title="{1}">{1}</a> is published. Would you like to publish both right now?
782
-
dataset.mayNotPublish.twoGenerations= This dataset cannot be published until <a href="/dataverse.xhtml?alias={0}" title="{1}">{1}</a> and <a href="/dataverse.xhtml?alias={2}" title="{3}">{3}</a> are published.
782
+
dataset.mayNotPublish.administrator= This dataset cannot be published until {0} is published by its administrator.
783
+
dataset.mayNotPublish.both= This dataset cannot be published until {0} is published. Would you like to publish both right now?
784
+
dataset.mayNotPublish.twoGenerations= This dataset cannot be published until {0}and {1} are published.
783
785
dataset.mayNotBePublished.both.button=Yes, Publish Both
784
786
dataset.viewVersion.unpublished=View Unpublished Version
785
787
dataset.viewVersion.published=View Published Version
@@ -818,7 +820,7 @@ dataset.message.uploadFiles=Upload Dataset Files - You can drag and drop files f
818
820
dataset.message.editMetadata=Edit Dataset Metadata - Add more metadata about this dataset to help others easily find it.
819
821
dataset.message.editTerms=Edit Dataset Terms - Update this dataset's terms of use.
820
822
dataset.message.createSuccess=This dataset has been created.
821
-
dataset.message.linkSuccess= {0} has been successfully linked to <a href="{1}/dataverse/{2}" title="{3}">{3}</a>.
823
+
dataset.message.linkSuccess= {0} has been successfully linked to {1}.
822
824
dataset.message.metadataSuccess=The metadata for this dataset has been updated.
823
825
dataset.message.termsSuccess=The terms for this dataset has been updated.
824
826
dataset.message.filesSuccess=The files for this dataset have been updated.
0 commit comments