Filter processes by name
Refs https://gitlab.com/arkindex/requests/-/issues/550
Deps https://gitlab.com/arkindex/backend/-/issues/928
The input displayed on the processes list should be able to filter by UUID and by name:
- add a select addon just before the input that allow a user to select the query mode (two choices: name & ID, default to name)
- the value in the input is used as a query parameter for
ListDataImports
according to the selected mode