Added tests for spool find sorting

This commit is contained in:
Donkie
2023-09-08 20:49:08 +02:00
parent 9a7375d781
commit e436aa4975
3 changed files with 69 additions and 11 deletions

View File

@@ -159,7 +159,7 @@ async def find(
description=(
'Sort the results by the given field. Should be a comma-separate string with "field:direction" items.'
),
example="filament.name:asc,vendor.id:asc,location:desc",
example="filament.name:asc,filament.vendor.id:asc,location:desc",
),
limit: Optional[int] = Query(
default=None,