Pls can anyone help me with quering a sort
export default function () {
extend(DiscussionList.prototype, 'sortMap', function (map) {
map.frontpage = '-frontdate';
});
}
how do i make it select frontdate where frontpage is true. @luceos @clarkwinkelmann