Skip to content

"Integer" fields return floats #14

Description

@organisciak

When I use "method: returnPossibleFields", it tells me that date_year is type: integer. However:

{"date_year":{"$gte":0}}

  • All the date_year values are integers.

{"date_year":{"$lte":2015}}

  • All the date_year values have ".0". This causes python to yell at me when wrapped in int(): an easy fix for me, but presumably not something we should be getting back from the API.

Activity

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

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