Files
crawlab/core
Marvin Zhang bd99899182 fix(core): default to _id descending sort when sort is nil or parsing fails
Ensure MustGetSortOption returns a default bson.D{{"_id", -1}} on parse errors and
GetPaginationPipeline uses {_id: -1} when sort is nil to provide consistent default ordering.
2025-10-28 11:55:00 +08:00
..
2024-11-01 15:19:48 +08:00
2024-06-14 15:42:50 +08:00
2024-06-14 15:42:50 +08:00
2024-10-20 18:55:02 +08:00
2025-06-17 09:28:25 +08:00
2025-06-17 09:28:25 +08:00
2024-06-14 15:42:50 +08:00
2024-10-29 12:59:45 +08:00
2024-06-14 15:42:50 +08:00

crawlab-core

Backend core modules for Crawlab