Argus icon indicating copy to clipboard operation
Argus copied to clipboard

Text search in frontend

Open vidarstokke opened this issue 4 years ago • 3 comments

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.

vidarstokke avatar Oct 01 '21 08:10 vidarstokke

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.

hmpf avatar Feb 23 '22 08:02 hmpf

The backend API already supports this, the frontend just lacks a UI for it.

/api/v1/incidents/?search=YOUR-QUERY-HERE should work.

lunkwill42 avatar Apr 08 '24 09:04 lunkwill42

There is support for at least search on description in the new frontend, we just haven't turned it on for sikt.

hmpf avatar May 19 '25 07:05 hmpf