-
Notifications
You must be signed in to change notification settings - Fork 12
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Add filter by date, author, room to search #908
Comments
Seems at now there are no Client-Server API that can filter search results by date interval: https://matrix.org/docs/spec/client_server/r0.2.0.html#id60 so this must be also implemented in server side too, here is issue about this: https://github.com/matrix-org/matrix-doc/issues/969 |
Also will be good to add searching by |
It would also be nice to be able to specify particular tags to look in. I often find myself trying to find that one conversation I had with someone, but my options are manually going through ~900 rooms or using the "All Rooms" function with generic keywords (like "sewing machine"). If I could say "only look at Direct Chats", that'd be much easier to find that one conversation I know I had with someone. |
Experimental branch adding search by author: Oddities:
I'd be willing to take this further... Should I make a PR so it can be commented on? Or iron out the aforementioned deficiencies first? |
It probably makes sense to open a draft PR while you work on it |
referencing https://github.com/vector-im/riot-web/issues/2938#issuecomment-629764841, also a filter for reactions would be nice. |
IMHO also filters for files (#9754), links ( vector-im/element-web#8746) perhaps also mentions and/or keywords (#5382) should be merged into a more advanced search... else sooner or later we would end up with a panel for every filter. 😒 |
thinking a little bit further, this could also help to streamline the UI:
as a result all icons on the top right are room-dependent ( btw: the majority of my noobs never look at the top right icons anyway, especially since the right panel is closed by default. it seems to me that, if this issue is solved properly, it also closes a bunch of other issues with even higher priority as well. 😉 |
The foundations for how we could do filtering are being set up as part of IA 2 search experience |
Or Mattermost: https://docs.mattermost.com/channels/search-for-messages.html |
I think if I enter a user in the full canonical format (that would be |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
At now search interface allow only search messages by keywords. Will be good to add advanced filter to search form for filter results via other useful fields:
All rooms
search)Good implementation of this filter we can see at Twist app: https://static.twistapp.com/8545d0058b88794f6bb55eda07d40003.png
The text was updated successfully, but these errors were encountered: