[wp-trac] [WordPress Trac] #13995: Plugin search API: result count is 0

WordPress Trac wp-trac at lists.automattic.com
Sat Jun 19 14:22:09 UTC 2010


#13995: Plugin search API: result count is 0
--------------------------+-------------------------------------------------
 Reporter:  scribu        |       Owner:                    
     Type:  defect (bug)  |      Status:  new               
 Priority:  normal        |   Milestone:  WordPress.org site
Component:  Plugins       |     Version:                    
 Severity:  normal        |    Keywords:                    
--------------------------+-------------------------------------------------
 In WP 3.0 admin, when doing a search for 'widget', for example, only the
 first page of plugins is showed.

 The [http://wordpress.org/extend/plugins/search.php?q=widget same search],
 done directly on wp.org, yields 67 pages.

 Looking at the [http://core.trac.wordpress.org/browser/trunk/wp-
 admin/includes/plugin-install.php?rev=15287#L109 result] from
 plugins_api(), it looks like this:

 {{{
 stdClass Object
 (
     [info] => Array
         (
             [page] => 1
             [pages] => 0
             [results] => 0
         )

     [plugins] => Array
         (
 ...
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/13995>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list