Skip to content

contributor filter with additional other filter does not work correctly. #409

Closed
@rtroilo

Description

@rtroilo

Bug Description

When filtering for contributors with additional other filters does not work correctly.

var filter = "contributor:1822133 " 
    + "and type:node"; // with this additional filter

var result = OSMContributionView.on(oshdb).keytables(keytables)
    .areaOfInterest(bboxWgs84Coordinates(-180, -90, 180, 90))
    .filter(filter)
    .aggregateBy(OSMContribution::getContributorUserId)
    .count();

assertEquals(1, result.size());

reported by @SlowMo24

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working as expected

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions