Skip to content

sum of double fields yields int value #13

Description

@geepy

When double fields are used in an aggregation, only the integer part of the values is aggregated, remaining fractions are omitted.
I believe that is because in line 44 of aggregator.cs the sourceItem.GetField method is missing the type parameter and the default resolution gets the wrong type.
Supplying the type paramter fixed the issue on my machine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions