-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureNew feature or enhancementNew feature or enhancement
Description
When filtering data queries cannot be performed on the “content” of events, only on the meta information.
Why:
- Search for a chat textual content, a specific condition ....
- Mapping with external Ids for synchronization purposes
Context:
- Content filtering should be evaluated, considering optional end-to-end encryption. => If data is encrypted, no search is possible.
- Search relies on the DB technology chosen (projected: SQLite / Postgresql)
Proposal:
- Searching for content is only possible on non-encrypted data.
- Searching is handled by a new event property e.g. named “indexed.”
- Investigate “homomorphic encryption” to allow specific queries on encrypted data set
Metadata
Metadata
Assignees
Labels
featureNew feature or enhancementNew feature or enhancement
Type
Projects
Status
Backlog