Skip to content
Snippets Groups Projects

feat(search): give possibility to indicates what facets should be included in response

Merged Nicolas.Rod requested to merge rodn-search-give-possibility-to-specify-facets into master
Files
3
@@ -145,7 +145,7 @@ public class ContributorController extends SolidifyController {
}
// Verify if there is a need to update the title or access level
else if (publicationStatisticPage.stream().filter(p -> p.getArchiveId().equals(archive.getArchiveId())).noneMatch(p -> p.getTitle().equals(archive.getTitle())
&& p.getAccessLevel().equals(archive.getDiffusion())
&& p.getAccessLevel().equals(archive.getPrincipalFileAccessLevel())
&& p.getOpenAccess().equals(archive.getOpenAccess()))) {
this.publicationStatisticService.createOrUpdatePublicationStatistics(archive, false, false);
}
Loading