Skip to content

String conversion to scientific notation #84

Description

@dave19109

If you try parsing the following query string, you do not obtain 97E4 but 970000.

expect(parse("page[number]=1&page[size]=1&filter=equals(value,'97E4')")).toEqual({
orm: "sequelize",
data: {
offset: 0,
limit: 1,
where: {
value: { [Op.eq]: "97E4" },
},
subQuery: false,
errors: [],
},
})

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