Do facets support multi-sorting?

{
  node(func: uid(0x1)) {
    uid
		actor@facets(orderdesc:close) @facets(orderdesc:weight) {
      uid
      
    }
  }
}

This query is also wrong with error Only one facets allowed.