I'm using 2.0.42
I don't understand the order of entries in the search view.
So I search for something and the order I see is.. as if the ordering clause were ORDER BY feed_id, published_at
The code says they're ordered by either published_at or created_at
I'm using 2.0.42
I don't understand the order of entries in the search view.
So I search for something and the order I see is.. as if the ordering clause were
ORDER BY feed_id, published_atThe code says they're ordered by either
published_atorcreated_at