Sorting doesn't work on queries with cascade

Hey, thanks for reaching out.

My schema has the following differences:

  currentPrice: Float @search # on Product
  name: String! @id @search(by: [hash]) # on Category

I guess the data might also be what’s causing the issue, I PMed you my endpoint so you can repro.