Opened 16 years ago
Closed 16 years ago
#13995 closed defect (bug) (fixed)
Plugin search API: result count is 0
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
Note: See
TracTickets for help on using
tickets.
Fixed.