How to Search Content In the Drupal Administration Back-end?

If you have zillion contents in Drupal and paging is not really useful to locate a particular piece of content, you will need to download and install the “Administration Views” module:

This module replaces the  administration content page with a standard view that you can use to do your own filtering.

1. Install the Views Bulk Operations (VBO) module (The adminstration modules depends on it)
https://drupal.org/project/views_bulk_operations

2. Install the Adminstration Views module
https://drupal.org/project/admin_views

BEFORE

drupal default content search

AFTER

drupal7 administration content search