Changed the meta-types listed in drupalorg_meta_types() within the drupalorg_search module to match the actual meta-types in use.

Should make the "or filter for:" categories seen in the right-hand sidebar on the search comp work correctly.

Results can be seen on the staging9 site.

CommentFileSizeAuthor
#2 drupalorg-search2rev2.patch946 bytesmindbat
drupalorg-search2.patch821 bytesmindbat

Comments

csevb10’s picture

Doesn't account for marketplace, but I think that's okay for now.
Should reflect the appropriate item order based on the comp, however:
API
Modules
Themes
Documentation
Forums & Issues
Marketplace

Everything else looks good.

mindbat’s picture

StatusFileSize
new946 bytes

I've attached an updated patch that matches the term order of the comp.

csevb10’s picture

Status: Needs review » Reviewed & tested by the community

Perfect. Looks good to me. Should solve issues across the staging environments with meta type association.

damien tournoud’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 98ce91b on 6.x-3.x, 7.x-3.x-dev by Damien Tournoud:
    #686252 by mindbat: update the meta type facet to match its current use...