We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b7aa0 commit b3e619cCopy full SHA for b3e619c
src/paperlist.php
@@ -731,7 +731,7 @@ private function _add_sorter($svc, $sort_subset) {
731
$flags = &$this->_viewf[$svc->keyword];
732
$flags = $flags ?? 0;
733
if (($flags & self::VIEW_ORIGINMASK) <= $origin) {
734
- $schema = (new ViewOptionSchema)->define("order=" . ScoreInfo::$score_sort_enum);
+ $schema = (new ViewOptionSchema)->define("order=" . ScoreInfo::$score_sort_enum . "^");
735
$vol = (new ViewOptionList)->append_validate($svc->view_options ?? [], $schema);
736
if (($ss = $vol->get("order")) !== null) {
737
$flags = ($flags & ~self::VIEW_ORIGINMASK) | $origin;
0 commit comments