-
feat(search): add configurable sorting for submission results
All checks were successfulBuild and Publish Docker Image / deploy (push) Successful in 1m17sreleased this
2026-04-16 00:05:21 +03:00 | 2 commits to master since this releaseIntroduce a
sortquery parameter in submission search paths and pass it into
store search logic. Matching results can now be ordered bynewest,oldest,
score_desc,score_asc,mops_desc, ormops_asc, with invalid values
safely defaulting tonewest.Update README and HTTP examples to document the new sort behavior and usage so
clients can control result ordering server-side without extra post-processing.feat(search): add configurable sorting for submission resultsIntroduce a
sortquery parameter in submission search paths and pass it into
store search logic. Matching results can now be ordered bynewest,oldest,
score_desc,score_asc,mops_desc, ormops_asc, with invalid values
safely defaulting tonewest.Update README and HTTP examples to document the new sort behavior and usage so
clients can control result ordering server-side without extra post-processing.Downloads