mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-01-20 11:38:58 +00:00
parent
46db8e1f96
commit
ffd606d60c
@ -596,7 +596,38 @@ async def predict_async(event, context):
|
||||
},
|
||||
"query": {
|
||||
"bool": {
|
||||
"must": [],
|
||||
"must_not":[
|
||||
{
|
||||
"match": {
|
||||
"lat": 0,
|
||||
}
|
||||
},
|
||||
{
|
||||
"match": {
|
||||
"lon": 0,
|
||||
}
|
||||
},
|
||||
{
|
||||
"match": {
|
||||
"sats": 0,
|
||||
}
|
||||
}
|
||||
],
|
||||
# "must": [
|
||||
# {
|
||||
# "exists": {
|
||||
# "field": "sats"
|
||||
# }
|
||||
# },
|
||||
# {
|
||||
# "range": {
|
||||
# "sats": {
|
||||
# "gte": 1,
|
||||
# "lt": None
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# ],
|
||||
"filter": [
|
||||
{
|
||||
"match_all": {}
|
||||
|
Loading…
Reference in New Issue
Block a user