Skip to content

sort option not working in search #67

Open
@thejibz

Description

@thejibz

When using the search query helper if you set the sort option using the enum generated you get an error like:
Query:

{
elastic(q: "hazelcast", limit: 3, sort:Id__raw__asc) {
    hits { ... }
}

Response:
"message": "Variable \"$_v1_sort\" got invalid value [{ Id.raw: \"asc\" }]; Expected type elasticSortEnum at value[0]."

It seems that the lib convert the enum to string too early in the process and the graphql parser which expect an Enum get a String instead.

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