You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user of Assistify (with the Rocket.Chat frontend), I want to be able to find conversations I had in the past. Thus, I would like to search also normal channels and even private conversations with a full-text search.
The data replicated shall include an access control list. The API will propagate the user searching. => The user shall only find messages of rooms which he'll be able to open afterwards.
The events relevant to the external search are denoted in the linked issue. Particular reacting on changes to the permissions might invalidate a lot of the ACLs.
It might make sense to add methods to the API which allow the search provider to propagate a status. But that's surely something you already have got experiences with ;)
The text was updated successfully, but these errors were encountered:
Motivation
As a user of Assistify (with the Rocket.Chat frontend), I want to be able to find conversations I had in the past. Thus, I would like to search also normal channels and even private conversations with a full-text search.
Implementation boundaries
The text was updated successfully, but these errors were encountered: