Skip to content

Commit

Permalink
ZoteroHarvesterConversion.cc: zotero_review_regex is no longer applie…
Browse files Browse the repository at this point in the history
…d on abstract, see ubtue/DatenProbleme#1040
  • Loading branch information
mtrojan-ub committed Jul 6, 2020
1 parent d1905b4 commit 75ed9aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cpp/lib/src/ZoteroHarvesterConversion.cc
Original file line number Diff line number Diff line change
Expand Up @@ -656,9 +656,6 @@ void AugmentMetadataRecord(MetadataRecord * const metadata_record, const Config:
} else if (review_matcher->match(metadata_record->short_title_)) {
LOG_DEBUG("short title matched review pattern");
metadata_record->item_type_ = "review";
} else if (review_matcher->match(metadata_record->abstract_note_)) {
LOG_DEBUG("abstract matched review pattern");
metadata_record->item_type_ = "review";
} else {
for (const auto &keyword : metadata_record->keywords_) {
if (review_matcher->match(keyword)) {
Expand Down

0 comments on commit 75ed9aa

Please sign in to comment.