Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#13995 closed defect (bug) (fixed)

Plugin search API: result count is 0

Reported by: scribu's profile scribu Owned by: mdawaffe's profile mdawaffe
Milestone: WordPress.org Priority: normal
Severity: normal Version:
Component: WordPress.org Site Keywords:
Focuses: Cc:

Description

In WP 3.0 admin, when doing a search for 'widget', for example, only the first page of plugins is showed.

The same search, done directly on wp.org, yields 67 pages.

Looking at the result from plugins_api(), it looks like this:

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

    [plugins] => Array
        (
...

Change History (2)

#1 @dd32
15 years ago

  • Component changed from Plugins to WordPress.org
  • Owner set to mdawaffe
  • Status changed from new to assigned

#2 @mdawaffe
15 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

Fixed.

Note: See TracTickets for help on using tickets.