mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Apparently, a bug in my refactor in
5edbcb87fd meant that "King L" would end
up matching "King Hamlet", because we weren't requiring a match at the
start of the word for the last word of a multi-word query.
Thanks to Greg Price for the report.