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