http://qs321.pair.com?node_id=768801


in reply to Re^4: Sorting "SuperSearch" results by votes?
in thread Sorting "SuperSearch" results by votes?

but sorting by rep is much simpler to implement just by extending an SQL-Query

Um, if you sorted on rep using SQL with Super Search, you'd turn something specificly designed to prevent undue load into something performantly exceedingly awful. And adding an index on reputation would rather suck also, since reputation is the one thing about a node that changes an order of magnitude more often than anything else about the node.

- tye