Why are date filtered out from results when using sorting?

Selmeci check this issue
https://github.com/dgraph-io/dgraph/issues/2686

You also can do:

{
  paperBooks(func: eq(type,"paper"), orderasc:name, orderasc:state) {
    expand(_all_)
  }
}