You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a multisite with two sites: de (origin) and en.
I'm using the search facade and I want to order the posts collection entries by order_number and title. None of the values are localized. The ordering works for the de site because all values are present in the yaml but the order is wrong for en. The order gets correct when I localize the values (the values are written to the enyaml).
My conclusion is that orderBy() does not work for inherited/origin values.
Bug description
Given a multisite with two sites:
de
(origin) anden
.I'm using the search facade and I want to order the
posts
collection entries byorder_number
andtitle
. None of the values are localized. The ordering works for thede
site because all values are present in theyaml
but the order is wrong foren
. The order gets correct when I localize the values (the values are written to theen
yaml
).My conclusion is that
orderBy()
does not work for inherited/origin values.How to reproduce
routes/web.php
for the search logic/de
or/en
for the resultLogs
No response
Environment
Installation
Fresh statamic/statamic site via CLI
Additional details
No response
The text was updated successfully, but these errors were encountered: