Skip to content

Commit

Permalink
Merge pull request #18 from ehenneken/ft_cov_update
Browse files Browse the repository at this point in the history
updated record query
  • Loading branch information
ehenneken authored Nov 18, 2022
2 parents 3780d78 + 5c11739 commit 953c46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xreport/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def _get_publication_data(self):
"""
for journal in self.journals:
# First get the number of records per volume
query = 'bibstem:"{0}"'.format(journal)
query = 'bibstem:"{0}" doctype:article'.format(journal)
# Get the data using a facet query
art_dict = _get_facet_data(self.config, query, 'volume')
# Also, get the number of records per year
Expand Down

0 comments on commit 953c46d

Please sign in to comment.