IHIW / IHIW_Management

Management application for IHIW
Apache License 2.0
3 stars 3 forks source link

Select (find) upload by filename #224

Open bmatern opened 2 years ago

bmatern commented 2 years ago

With uploads in the thousands, it's quite difficult to find a specific file without any sort of filtering or search. Myself and users have brought this up.

It's not really possible to search the S3 bucket directly using filename queries, I can only find a specific file by downloading the whole project .zip file and searching the .zip for a file.

Is it possible to add a text search/filter field to upload filename? I want to type the name of a file, or file type, or user into the search field to limit the list of uploads.

I think search text query would need to be sent to the backend, before paging happens.