Add search by metadata for event log
Open
- Dominant language
- Rust
- Stars
- 2.8k
- Forks
- 115
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 51
Description
Currently we are able to search (by providing a `search` query param) events by username, module, event type and device name.
To enable searching by event-dependent metadata (device name, location name etc) I propose we generate a `search_key` entry in the metadata JSON that's dependent on the event type.
For example for a device update we could include old and new name etc.
Contributor guide
Assessment
This issue has not been assessed yet.