Skip to content

allPublicationsTags query returns "1" for total for all tags #106

@devanoneth

Description

@devanoneth

When querying allPublicationsTags with the following operation:

query AllPublicationsTags($request: AllPublicationsTagsRequest!) {
  allPublicationsTags(request: $request) {
    items {
      tag
      total
    }
  }
}

and request:

{
  "request": {
    "source": 
      "memester"
    ,
    "sort": "ALPHABETICAL"
  }
}

The total field for all tags returns "1". This is incorrect as many tags have more publications.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions