We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1046a4e commit 5574ff4Copy full SHA for 5574ff4
src/redturtle/volto/restapi/services/querystringsearch/get.py
@@ -179,7 +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 indexes["start"].get("o") == "plone.app.querystring.operation.date.lessThan":
+ if indexes["start"].get("o") == "plone.app.querystring.operation.date.lessThan": # noqa
183
# this is a custom search, not an "event" search
184
185
else:
0 commit comments