Our website has several hundred images and documents uploaded as Files, and the problem of finding a specific file is exactly the same as finding the right article (without Administration Views).
You have solved the problem of finding a node/article. Thank you for that! Do you have any plans on building a similar view for the Files page (/admin/content/file)?

Comments

damiankloip’s picture

Just thinking, does file_entity module add a page at this location? Otherwise I'm not too sure about adding this into admin_views, as generally we are just replacing current pages. You can create your own view for this though?

devin carlson’s picture

Status: Active » Closed (fixed)

Actually, File entity recently added support for the wonderful Administration Views to solve this problem! :)

See #1256946: Provide a default files admin screen via Administration Views.

The code will be in -unstable8 or you can download the -dev release to start using it today.