Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit f32730b

Browse files
committed
Correct search endpoint when querying for xml (DOECODE-1210)
1 parent 0184cab commit f32730b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gov/osti/services/SearchService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ private Response search(String parameters, String format) {
526526
// if no release date, don't return the DOI for display in search results.
527527
if (!StringUtils.isBlank(md.getDoi()) && md.getReleaseDate() == null)
528528
md.setDoi(null);
529-
529+
md.setChangeLog(null);
530530
query.add(md);
531531
}
532532
if (showFacets) {

0 commit comments

Comments
 (0)