picking up results that don't include christmas music, but won't to actually exclude christmas music...
This commit is contained in:
parent
7ff3138fa3
commit
ea73ae16c7
@ -3,10 +3,10 @@
|
||||
"comment": "The highest rated Indie music.",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{"contains": {"genre": "Indie"}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
{"contains": {"genre": "Indie"}}
|
||||
]},
|
||||
{"gt": {"rating": 2}}
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"limit": 2000
|
||||
|
||||
@ -3,13 +3,12 @@
|
||||
"comment": "The highest rated Lo-Fi Music. Also contains: Chillwave and Downtempo",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"contains": {"genre": "Lo-Fi"}},
|
||||
{"contains": {"genre": "Chillwave"}},
|
||||
{"contains": {"genre": "Downtempo"}}
|
||||
]},
|
||||
|
||||
{"gt": {"rating": 2}}
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user