-
Notifications
You must be signed in to change notification settings - Fork 508
Search for messages #4017
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search for messages #4017
Conversation
|
@nextcloud/designers-talk Some questions:
|
So you mean when searching for the literal words "mention" and "user" and any number?
@skjnldsv how do the other apps do it, or rather the other solutions you checked out for this? This should not be handled by the apps but by unified search centrally.
What is the max length of messages, 64k chars? And does trimming mean that we will not search past that part of the message (which is not so good) or does it just mean that we will not be able to show the relevant part in the subline of the search result, but still show it (that’s fine).
Yes, that’s good as the order – with most recent at the top. Not necessary to display that in the subline, indeed too much details. :) |
honestly, no idea, each app can handle its own data. |
|
Well then I’d say that a search for |
This really is not a topic to discuss here. |
If you write messages longer than 64k chars then it is your own fault if things break down |
|
Well well well, that escalated quickly. The char limit is not about search, but how much we should show in the result.
Also the message is not the subline at the moment, but the title, as that is where your search match is in. subline is for orientation details (copied from comments) |
This comment has been minimized.
This comment has been minimized.
|
Looks really nice! |
|
Missing to jump to the respective message but that's also the case for quotes, so let's do that as a follow up. |
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
e9de471 to
a77bef4
Compare
|
Still requires nextcloud/server#22111 in server |
Signed-off-by: Joas Schilling <[email protected]>
marcoambrosini
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For me clicking the search result doesn't route to the conversation
|
I pushed right before your comment |
marcoambrosini
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As said let's get this in and do the fetching and scrolling in a followup

in:<conversation>?)mention-*-and don't search for it?Follow ups