Skip to content
This repository was archived by the owner on Sep 24, 2019. It is now read-only.
This repository was archived by the owner on Sep 24, 2019. It is now read-only.

Incorrect total when filtering evidence collection #94

@abargnesi

Description

@abargnesi

Example evidence collection filter:

http://next.belframework.org/api/evidence?start=1&size=100&faceted=1&max_values_per_facet=10&filter={%22category%22:%22fts%22,%22name%22:%22search%22,%22value%22:%22Jennifer%22}

This returns 6 evidence resources in the collection, but the paging information reports 7:

"metadata": {
    "collection_paging": {
        "total": 54491,
        "total_filtered": 7,
        "total_pages": 1,
        "current_page": 1,
        "current_page_size": 6
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions