Opened 10 years ago
Closed 9 years ago
#1021 closed defect (bug) (fixed)
Searching for theme slugs does not return the theme using that slug
Reported by: | Clorith | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Theme Directory | Keywords: | |
Cc: |
Description
Currently when searching for a theme in the directory you can search by a name, tags, theme description and so on, but not the theme slug, when you would expect the actual theme to be the first result (much like the plugins directory).
As an example a search for twentyfourteen
will at this time only return the themes Sequel
(a Twenty Fourteen child theme) and Alkalia
(uses the term TwentyFourteen
in its description).
Change History (3)
Note: See
TracTickets for help on using
tickets.
We have code to make it search slugs too:
https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/admin-edit.php#L56
May not be hooked up properly for the api to see it though. Not sure.