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

fix: Add missing multi value filtering (#564)

This commit is contained in:
2024-10-29 14:52:11 +01:00
committed by GitHub
parent 4c96331b93
commit 07a8ad0b8e
2 changed files with 59 additions and 24 deletions

23
.bruno/cards/multiple.bru Normal file
View File

@ -0,0 +1,23 @@
meta {
name: Multiple values
type: http
seq: 1
}
get {
url: {{BASE_URL}}/v2/en/cards?name=eq:Pikachu|Pichu&hp=lt:70&localId=not:tg&id=neq:cel25-5
body: none
auth: none
}
params:query {
name: eq:Pikachu|Pichu
hp: lt:70
localId: not:tg
id: neq:cel25-5
}
assert {
res.status: eq 200
res.body: length 85
}