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.
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.