BUG REPORT: Querying metaobject match lowercase handle instead of been case sensitive

Solved

BUG REPORT: Querying metaobject match lowercase handle instead of been case sensitive

IvanLatysh
Tourist
9 2 1

For instance.

You have a meta object with handle `123-Basic` 

To query this object, your query should look:

 

 

 

query {
  metaobject(handle: {type: "test_metaobject", handle: "123-Basic"}) {
    handle          
  }
}

 

 

 

But it will return no values.

Instead, if you query for `123-basic` you will get your object.

 

On Admin interface the handle remains `123-Basic, so it is not an issue of changing the case on save.

Accepted Solution (1)

IvanLatysh
Tourist
9 2 1

This is an accepted solution.

This issue has been fixed in the upcoming release.

View solution in original post

Reply 1 (1)

IvanLatysh
Tourist
9 2 1

This is an accepted solution.

This issue has been fixed in the upcoming release.