Skip to content

Commit

Permalink
feat: Improve seismic 4d filter (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvisvajeetrs authored Feb 19, 2025
1 parent d18ee81 commit e721d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fmu/sumo/explorer/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ class Filters:
"bool": {
"must": [
{"term": {"data.content.keyword": "seismic"}},
{"term": {"data.time.t0.label.keyword": "base"}},
{"term": {"data.time.t1.label.keyword": "monitor"}},
{"exists": {"field": "data.time.t0.label"}},
{"exists": {"field": "data.time.t1.label"}},
]
}
}
Expand Down

0 comments on commit e721d4a

Please sign in to comment.