rating requires 3, exclude folk pop/rock, and artist creed.
This commit is contained in:
parent
414d4483a7
commit
1a680ac9a4
@ -3,9 +3,11 @@
|
||||
"comment": "The highest rated Folk music.",
|
||||
"all": [
|
||||
{"contains": {"genre": "Folk"}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Indie Folk"}}
|
||||
{"notContains": {"genre": "Folk Pop"}},
|
||||
{"notContains": {"genre": "Folk Rock"}},
|
||||
{"isNot": {"artist": "Creed"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user