1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +00:00

fix: Ordering failing when one value is null (#490)

This commit is contained in:
2024-05-19 01:32:23 +02:00
committed by GitHub
parent 16fe072e7e
commit d48971c95e
3 changed files with 34 additions and 4 deletions

View File

@ -0,0 +1,17 @@
meta {
name: 489 - Crash When sorting with Null values
type: http
seq: 6
}
get {
url: {{BASE_URL}}/v2/en/cards?name=pikachu&sort:field=hp&sort:order=DESC
body: none
auth: none
}
query {
name: pikachu
sort:field: hp
sort:order: DESC
}