-
Notifications
You must be signed in to change notification settings - Fork 24
Allow to search for parts of words #1479
Copy link
Copy link
Open
Labels
A-SearchA label for all search issues(messages, rooms, spaces, users, etc)A label for all search issues(messages, rooms, spaces, users, etc)A-TimelineO-UncommonMost users are unlikely to come across this or unexpected workflowMost users are unlikely to come across this or unexpected workflowT-Enhancement
Metadata
Metadata
Assignees
Labels
A-SearchA label for all search issues(messages, rooms, spaces, users, etc)A label for all search issues(messages, rooms, spaces, users, etc)A-TimelineO-UncommonMost users are unlikely to come across this or unexpected workflowMost users are unlikely to come across this or unexpected workflowT-Enhancement
Type
Fields
Give feedbackNo fields configured for issues without a type.
Your use case
What would you like to do?
If I enter a search string, I want every chat message to be shown where that string appears even if it's only part of a word. Right now it only searchs for whole words.
Why would you like to do it?
In english it halfway works looking only for whole words (even there it's problematic, plural, past ...), but in languages like german where wordendings (also nouns) can change a lot and in different ways depending on the context it's just impossible to search for every possibility. There you usually just want to search for the word base (hoping that this one didn't change, which could also happen but not that frequently).
How would you like to achieve it?
well. also show results where the search string is only part of a word. you could also make a check box for "only find whole words)
Have you considered any alternatives?
No response
Additional context
No response