Index: src/wp-admin/js/theme.js
===================================================================
--- src/wp-admin/js/theme.js	(revision 26461)
+++ src/wp-admin/js/theme.js	(working copy)
@@ -141,7 +141,7 @@
 		// Find results
 		// _.filter and .test
 		results = self.filter( function( data ) {
-			haystack = _.union( data.get( 'name' ), data.get( 'author' ), data.get( 'tags' ) );
+			haystack = _.union( data.get( 'name' ), data.get( 'description' ), data.get( 'author' ), data.get( 'tags' ) );
 
 			if ( match.test( data.get( 'author' ) ) ) {
 				data.set( 'displayAuthor', true );
