Uninett / Argus-frontend

Front-end application to the Argus alert aggregator backend
GNU General Public License v3.0
8 stars 10 forks source link

Text search in frontend #335

Open vidarstokke opened 3 years ago

vidarstokke commented 3 years ago

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.

hmpf commented 2 years ago

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.

lunkwill42 commented 6 months ago

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

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