Skip to content

Commit

Permalink
Adjusting filters.
Browse files Browse the repository at this point in the history
  • Loading branch information
Schpidi committed Jun 2, 2015
1 parent 3dbddd3 commit 6768f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eoxserver/services/subset.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ def filter(self, queryset, containment="overlaps"):
if subset.is_temporal:
if is_slice or high == low:
qs = qs.filter(
begin_time_lte=value,
end_time_gte=value
begin_time__lte=value,
end_time__gte=value
)

else:
Expand Down

0 comments on commit 6768f56

Please sign in to comment.