Revert incorrect formatting change
This commit is contained in:
parent
0232b06ae8
commit
d013af225d
@ -270,7 +270,7 @@ class DelayedQuery:
|
||||
query.DateRange(field, start=isoparse(value), end=None),
|
||||
)
|
||||
elif query_filter == "icontains":
|
||||
criterias.append(
|
||||
criterias.append(
|
||||
query.Term(field, value),
|
||||
)
|
||||
elif query_filter == "istartswith":
|
||||
|
Loading…
x
Reference in New Issue
Block a user