Skip to content

Commit

Permalink
filter out non audio
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Feb 28, 2024
1 parent 59e77cf commit 4cfda4a
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@
"format": "epoch_millis"
}
}
},
{
"range": {
"encrypted_audio_length" : {
"gte": 0
}
}
}
],
"must_not": {
"term": {
"encrypted_audio": ""
}
}
]
}
},
"docvalue_fields": [
Expand Down

0 comments on commit 4cfda4a

Please sign in to comment.