Closed fdenzer closed 5 months ago
PS Should I duplicate this issue to zulip/zulip, as it affects both mobile and web UI?
@fdenzer Thanks for the feedback. Yeah, please open a discussion either in zulip/zulip or in the #feedback channel on chat.zulip.org. This behavior is primarily driven by the Zulip server, not clients, so those would be the places to discuss it.
(The existing behavior is more complex than "equals", but one of those venues will be a better place to go into detail.)
The docs (for web?) have no mention of glob/wildcard or regex search. As a user, i need to find words starting or ending with my search keyword. https://zulip.com/help/search-for-messages#keyword-search
Example, german words:
Fräs
is searched, as a want to matchfräse
,fräsvorrichtung
,oberfräse
,frästisch
as well astischfräse
. Currently, I am going through a dictionary by hand to search. This is unbearable.contains
instead ofequals
.*
or.*
would work, but a hint in UI would also be useful, because nobody RTFMs.