Is it possible to set orderBy via TypoScript with something like: ORDER BY FIELD(fieldname, value1, value2...)?
if I simply set this:
uidInList = 59,56
orderBy = FIELD(uid, 59, 56)
I get this error.
The quotation marks aren't set correct and the "ASC" inside the FIELD() section isnt correct.
Then I tried:
orderBy.stdWrap = FIELD(uid, | )
orderby.value = 59, 56
This seems to be completely ignored due to the resulting query debugged in admin panel.
Thanks