How to sort news

epaaeiz
Sheldon
Go to

Go to

News -> Sort by

or

click on the column header (f.e. Title).

oblivion
Is it possible to sort on two

Is it possible to sort on two fileds? If I want to sort in such a way that unread news is at the top of the list and, within that, sorted by date, for instance?
 

Sheldon
So far you cannot combine

So far you cannot combine sortings.

To solve the specified problem you can sort by date and select

"Filter News" -> "Show Unread".

oblivion
Thanks -- not quite the

Thanks -- not quite the answer I'd hoped for (I'm migrating from Newsfox and am trying to replicate the experience in QuiteRSS, which is probably terribly unfair of me!) but do I assume from the "so far" that the facility might be on the list of planned features?

 

Sheldon
Every system has its own way

Every system has its own way to do things.
In QuiteRSS you can use filters to handle such problems.
If you need help don't hesitate to ask.

The implementation is not for me to decide.
@Funcy-dmc:
What do you think?

Funcy-dcm
Unfortunately, I do not know

Unfortunately, I do not know how to implement it.

Sheldon
Shouldn't a order by

Shouldn't a order by statement like

ORCER bY param1, param2

do it?

In the case mentioned above it could be something like

ORDER BY read, date.

The first sorting woulfd be stored in saime variable and after the second sorting has been set you combine them in the ORDER BY statement..
An option could help to decide if sortings should be combined oir not.