Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

filter on uuid seems to break #696

Closed
Closed
@dbinetti

Description

When trying to filter on a UUID field (not as PK, but as a normal field) it does not return any results. looking at the JSONAPI formatted return, it says
Screen Shot 2019年08月24日 at 16 46 12

but it is a properly formatted UUID.

{
"errors": [
{
"detail": "invalid query parameter: format",
"source": {
"pointer": "/data"
},
"status": "400"
}
]
}

If I submit an improperly formatted UUID it returns
Screen Shot 2019年08月24日 at 16 50 51

With group_id being the UUID I'm trying to filter by. And the JSONAPI formatted response is the same. Seems like a bug -- but am I doing something wrong?

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

        AltStyle によって変換されたページ (->オリジナル) /