Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#8290 closed task (blessed) (fixed)

increase number of results returned from Plugin installer API

Reported by: dd32's profile DD32 Owned by: matt's profile matt
Milestone: 2.7 Priority: normal
Severity: normal Version:
Component: WordPress.org Site Keywords: dev-feedback
Focuses: Cc:

Description

Put simple, The number of results per page being returned from the plugin search API(6) simply isnt enough.

Due to the search methods in use, Quite often the plugin wanted, isnt on the first page, Increasing it to display, 24plugins (for example) would lead to the wanted plugin being on the first page more often.

A Better search function is really neede for bbPress to handle it better IMO, quite often a certain few plugins consisntantly rank high in the results for completely different terms, Due to that the small number of results is increasingly awkward for finding a plugin when no matter what search term you use, (cformsII - contact form & WP Super Cache are good examples of that).

my plugin "Add From Server" (for those exact search terms) appears on page 11, After a tonne of other plugins which might contain those words, but not be what the user is after, With 24plugins per page, it'd still be on 3rd page, but users are much more likely to search <5 pages, than >10 pages IMO; I'm sure i'm not the only person who'll have that problem either.

Attachments (1)

example.png (3.5 KB) - added by jick 16 years ago.
Just an example…

Download all attachments as: .zip

Change History (5)

#1 @jick
16 years ago

I've always thought that the WordPress core should allow users to specify how many results are shown per page. For any page of results for that matter (posts, pages, comments, plugins, whatever). Either from a dropdown or a textbox which allows the user to specify a custom amount. I've always envisioned it right next to the paging links. That's one of those few things that seem obvious that WordPress has always lacked.

#2 @jick
16 years ago

In my latest plugin I'm working on I've actually implemented something myself. I'm attaching a little screenshot of what it looks like. Even something as simple as that could be good I think.

@jick
16 years ago

Just an example...

#3 @ryan
16 years ago

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

(In [9821]) Show 24 results per page for plugin searches. fixes #8290

#4 @DD32
16 years ago

Just a note: Plugin searches return 24 per page(I didnt realise that was still in the API..), But the pre-set ranges (newest/popular/etc) are still limited to 6/page since thats what the .org insall is set for those views.

Note: See TracTickets for help on using tickets.