christophe z
Results
2
comments of
christophe z
I has a similar issue, what you can (and maybe even *should* ?) do Is writing something like that : ` $queryBuilder->addSelect(' (find_in_set(t.type, \'INTERVIEW\')) as HIDDEN ORD '); $queryBuilder->addOrderBy('ORD' ,...
> Interesting, although aliases are made possible using the new `QueryParameter` functionality since API Platform 3.2. I'm wondering how the documentation (hydra) outputs the view template for such a feature?...