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.",
|
"comment": "The highest rated Indie music.",
|
||||||
"all": [
|
"all": [
|
||||||
{ "any": [
|
{ "any": [
|
||||||
{"contains": {"genre": "Indie"}},
|
{"contains": {"genre": "Indie"}}
|
||||||
{"notContains": {"genre": "Christmas Music"}}
|
|
||||||
]},
|
]},
|
||||||
{"gt": {"rating": 2}}
|
{"gt": {"rating": 2}},
|
||||||
|
{"notContains": {"genre": "Christmas Music"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"limit": 2000
|
"limit": 2000
|
||||||
|
|||||||
@ -3,13 +3,12 @@
|
|||||||
"comment": "The highest rated Lo-Fi Music. Also contains: Chillwave and Downtempo",
|
"comment": "The highest rated Lo-Fi Music. Also contains: Chillwave and Downtempo",
|
||||||
"all": [
|
"all": [
|
||||||
{ "any": [
|
{ "any": [
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
|
||||||
{"contains": {"genre": "Lo-Fi"}},
|
{"contains": {"genre": "Lo-Fi"}},
|
||||||
{"contains": {"genre": "Chillwave"}},
|
{"contains": {"genre": "Chillwave"}},
|
||||||
{"contains": {"genre": "Downtempo"}}
|
{"contains": {"genre": "Downtempo"}}
|
||||||
]},
|
]},
|
||||||
|
{"gt": {"rating": 2}},
|
||||||
{"gt": {"rating": 2}}
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user