#8210 closed defect (bug) (fixed)
Plugin search no longer matches by plugin name
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Plugin Directory | Keywords: | |
| Cc: |
Description
Plugin search on WordPress.org appears to be broken. Searching by plugin name no longer returns the expected plugin as the top result. Instead, results seem to be limited to matching against plugin descriptions only.
Steps to reproduce:
- Go to the WordPress.org plugin directory search (or use the in-admin plugin search)
- Search for
akismet - Observe that results return plugins that mention "akismet" in their description, rather than the Akismet plugin itself
Expected behavior:
Searching for a plugin by its exact name should return that plugin as the first result.
Actual behavior:
The plugin name field appears to no longer be included in the search index/ranking. Results only reflect description-level matches.
Confirmed by: Multiple users in WordPress.org Slack (#meta channel) -- wojsmol, macmanx.
Change History (4)
This ticket was mentioned in Slack in #meta by yani. View the logs.
8 weeks ago
Note: See
TracTickets for help on using
tickets.
This has been resolved, again. As such I'm going to mark this ticket as resolved.
The underlying cause appears to likely be a race condition in the Jetpack sync / Elastic Search indexing process. This hasn't been fully confirmed, but is actively being investigated by the team.
I'm going to commit some new tooling for plugin reviewers/admins such that plugin reviewers can see/validate the state of the index, this isn't a fix for this, but rather a way to see if it's a problem (Both that the issue is resolved, and confirm if it's happened again).