Text search in frontend
I would love to have the ability to do a text search in Argus. By this I mean that I want to be able to search for text that is not a tag in an incident. For instance a piece of text within the description to see all the incidents with this particular text string.
Easiest way to do this is probably to have another field on the incident that collects all text in the incident and search in that text. Backend-support needed.
The backend API already supports this, the frontend just lacks a UI for it.
/api/v1/incidents/?search=YOUR-QUERY-HERE should work.
There is support for at least search on description in the new frontend, we just haven't turned it on for sikt.