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
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
This discussion was converted from issue #1754 on March 27, 2023 02:19.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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
orcreated_at
Beta Was this translation helpful? Give feedback.
All reactions