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