We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5867f7c commit 1046a4eCopy full SHA for 1046a4e
src/redturtle/volto/restapi/services/querystringsearch/get.py
@@ -179,10 +179,7 @@ def is_event_search(self, query):
179
indexes_check = False
180
if "start" in indexes:
181
# TODO: do we have other cases to handle?
182
- if (
183
- indexes["start"].get("o")
184
- == "plone.app.querystring.operation.date.lessThan"
185
- ):
+ if indexes["start"].get("o") == "plone.app.querystring.operation.date.lessThan":
186
# this is a custom search, not an "event" search
187
188
else:
0 commit comments