Added new json search cases

This commit is contained in:
FrederikBaerentsen 2023-01-19 22:22:04 +01:00
parent 34f734d399
commit e8e2ef20d5
1 changed files with 57 additions and 23 deletions

View File

@ -1,11 +1,12 @@
[ [
{ {
"SQL TEST": [ "Amazons": [
{ {
"SQL": "(series like '%Aqua%' or series like '%girl%') and issue in ('1','2','5','10') and title not like '%Annual%'" "SQL": "(series = 'Nubia & the Amazons' and issue in ('1','2','3','4','5','6')) or (series like 'Trial of the Amazons%' and issue in ('1','2')) or (series = 'Wonder Woman' and issue in ('785','786','787'))"
} }
] ]
},{ },
{
"Letter 44": [ "Letter 44": [
{ {
"title": "", "title": "",
@ -15,8 +16,9 @@
"issue": "" "issue": ""
} }
] ]
},{ },
"Man 2020,2019": [ {
"Man 2020 or 2019": [
{ {
"title": "Man", "title": "Man",
"volume": [ "volume": [
@ -28,17 +30,19 @@
"issue": "" "issue": ""
} }
] ]
},{ },
"DC (BAT)": [ {
"DC BAT": [
{ {
"title": "", "title": "",
"volume": "", "volume": "",
"publisher": "DC Comics", "publisher": "DC Comics",
"series": "%bat%", "series": "Bat",
"issue": "" "issue": ""
} }
] ]
},{ },
{
"Marvel": [ "Marvel": [
{ {
"title": "", "title": "",
@ -48,49 +52,79 @@
"issue": "" "issue": ""
} }
] ]
},{ },
{
"Girl": [ "Girl": [
{ {
"title": ["girl","man","World"], "title": [
"girl",
"man",
"World"
],
"volume": "", "volume": "",
"publisher": "", "publisher": "",
"series": "girl", "series": "girl",
"issue": "" "issue": ""
} }
] ]
},{ },
{
"number 1": [ "number 1": [
{ {
"title": "", "title": "",
"volume": "", "volume": "",
"publisher": "", "publisher": "",
"series": "", "series": "",
"issue": ["1"] "issue": [
"1"
]
} }
] ]
} },
,
{ {
"Aquaman": [ "Aquaman": [
{ {
"title": ["Tyrant King", "The Deluge Act Three", "Warhead Part One"], "title": [
"Tyrant King",
"The Deluge Act Three",
"Warhead Part One",
"Black Mantra"
],
"volume": "", "volume": "",
"publisher": "", "publisher": "",
"series": "", "series": "",
"issue": "" "issue": ""
} }
] ]
} },
,
{ {
"Girl series": [ "2020-2022 DC Comics": [
{ {
"title": "", "title": "",
"volume": "", "volume": [
"2020",
"2022"
],
"publisher": "DC Comics",
"series": [
"Batman",
"Detective Comics"
],
"issue": "",
"limit": 50
}
]
},
{
"New Series 2023": [
{
"title": "",
"volume": "2023",
"publisher": "", "publisher": "",
"series": "girl", "series": "",
"issue": "2" "issue": "1",
"limit": 30
} }
] ]
} }
] ]