Skip to content

Commit

Permalink
include changefor advataced citations per doi
Browse files Browse the repository at this point in the history
  • Loading branch information
kjgarza committed Nov 6, 2019
1 parent 375c246 commit 7f0376d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/event.rb
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def self.citations_aggregations(doi)
}
end

def self.advanced_aggregations
def self.advanced_aggregations(doi=nil)
{
unique_obj_count: { cardinality: { field: 'obj_id' }},
unique_subj_count: { cardinality: { field: 'subj_id' }}
Expand Down

0 comments on commit 7f0376d

Please sign in to comment.