Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#13451 closed defect (bug) (fixed)

Plugin Search displaying all results when no results were found

Reported by: wjm's profile wjm Owned by: dd32's profile dd32
Milestone: 3.0 Priority: normal
Severity: minor Version: 2.8
Component: Administration Keywords:
Focuses: Cc:

Description

In the plugin section, when searching and no results are found,
WP will display all the plugins instead of displaying a message saying "no results were found"
try it yourself:

/wp-admin/plugins.php?s=wpwontfindthis

this happened in WP3.0-beta2

Change History (7)

#1 @duck_
15 years ago

  • Keywords ux-feedback added; plugin search wp-admin removed
  • Version changed from 3.0 to 2.8

Looks like this behaviour has been present since introduction in 2.8

#2 @dd32
15 years ago

  • Component changed from General to WordPress.org
  • Keywords ux-feedback removed
  • Milestone changed from 3.0 to WordPress.org site
  • Owner set to mdawaffe
  • Status changed from new to assigned
  • Version 2.8 deleted

I believe this is an API bug on api.wordpress.org, It did work when introduced, I suspect this change occurred recently however.

#3 @dd32
15 years ago

  • Component changed from WordPress.org to Administration
  • Milestone changed from WordPress.org site to 3.0
  • Owner changed from mdawaffe to dd32
  • Version set to 2.8

Misread the ticket. Its about searching the installed plugins, not searching for new plugins.

#4 @dd32
15 years ago

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

(In [14742]) Allow for an empty search result set on the Installed Plugin searching, ie. when a non-existent term is searched. Fixes #13451

#5 @dd32
15 years ago

As a side note, hitting /wp-admin/plugin-install.php?tab=search will indeed return a list of all plugins at present.

#6 @dd32
15 years ago

(In [14743]) Do not perform a plugin search for an empty string on the Installed plugins screen. Clicking "Search Plugins" without a term would result in "No plugins to show". See #13451

#7 @hakre
15 years ago

Confirmed: 2.9

Note: See TracTickets for help on using tickets.