Compare commits
No commits in common. "7ff3138fa334d9c55764054d188bd7a65044be63" and "db5def818f8d791a22ebf53d30073bdaa908d04b" have entirely different histories.
7ff3138fa3
...
db5def818f
@ -7,10 +7,8 @@
|
|||||||
]},
|
]},
|
||||||
{"gt": {"rating": 3}},
|
{"gt": {"rating": 3}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
{"isNot": {"artist": "Amy Winehouse"}},
|
|
||||||
{"isNot": {"artist": "Elvis Presley"}},
|
{"isNot": {"artist": "Elvis Presley"}},
|
||||||
{"isNot": {"artist": "Josh Turner"}},
|
{"isNot": {"artist": "Josh Turner"}}
|
||||||
{"isNot": {"artist": "Ye"}}
|
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"limit": 1000
|
"limit": 1000
|
||||||
|
|||||||
@ -3,10 +3,10 @@
|
|||||||
"comment": "The highest rated House music.",
|
"comment": "The highest rated House music.",
|
||||||
"all": [
|
"all": [
|
||||||
{ "any": [
|
{ "any": [
|
||||||
{"contains": {"genre": "House"}}
|
{"contains": {"genre": "House"}},
|
||||||
]},
|
|
||||||
{"gt": {"rating": 2}},
|
|
||||||
{"notContains": {"genre": "Christmas Music"}}
|
{"notContains": {"genre": "Christmas Music"}}
|
||||||
|
]},
|
||||||
|
{"gt": {"rating": 2}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user