re-arrange order we don't want any christmas music not to include anything that doesn't contain christmas music. See if that fixes how much shows
This commit is contained in:
parent
65ad82d46b
commit
7ff3138fa3
@ -3,10 +3,10 @@
|
|||||||
"comment": "The highest rated House music.",
|
"comment": "The highest rated House music.",
|
||||||
"all": [
|
"all": [
|
||||||
{ "any": [
|
{ "any": [
|
||||||
{"contains": {"genre": "House"}},
|
{"contains": {"genre": "House"}}
|
||||||
{"notContains": {"genre": "Christmas Music"}}
|
|
||||||
]},
|
]},
|
||||||
{"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