mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Commit 02413f9a1b introduced a bug
where any code reaching `if(operators('search')` would be executed,
which caused inputs where we didn't have the search operator to
throw an error when we do not find a search operan later.
At least one affected cases was narrowing to an empty topic.