Created by: gracewashere
Problem:
Admins need a way to quickly navigate to arbitrary records.
Solution:
Implement search over records' string and email fields.
- Add search form to index pages
- Add jquery events to give feedback to the user
- fade magnifying glass to blue on focus
- show "return" icon after user finishes typing
- Add
Administrate::Search
for searching logic - Search through all string and email columns, even if not visible on index page