More help please. I am trying to order a blog list by a header field.
Option 1.
I have 'brand:' in the header so tried:
order:
by: header.brand
Result:
Validation failed:
Invalid input in "Order By"
Maybe as 'brand;' is page specific?
Option 2
I also have brand in the taxonomy but this produced the same result:
order:
by: header.taxonomy.brand
GRAV documentation says:
header.x The order based on any page header field. i.e. header.taxonomy.year. Also a default can be added via a pipe. i.e. header.taxonomy.year|2015
What am I missing?
Thank you
Ian Russell