Apparently one of the most important things that drupal.org is missing is the ability to search modules (and probably themes). Of course, every seasoned user of drupal.org knows that this information can be found simply by using the advanced search form. But, not everyone is a seasoned user, especially those who are browsing the project/Modules and/or project/{projectname} pages.

The attached patch provides two new blocks which are a simplified gateway to finding modules/themes. I suggest that they be enabled and then displayed on http://drupal.org/project/Modules and http://drupal.org/project/Themes respectively.

I don't have a strong feeling about whether the themes block should be enabled. Searching themes by word is probably not as useful as searching modules is...

CommentFileSizeAuthor
search_those_modules.patch2.5 KBgreggles

Comments

dww’s picture

Status: Needs review » Closed (duplicate)

Bummer: #168819: Add search block for just project nodes
Seems to be awaiting review and testing...

dww’s picture

Status: Closed (duplicate) » Needs review

Actually, on closer inspection, this restricts to modules or themes...
Maybe this is better (and it is d.o specific, so it belongs here in a separate issue).

dww’s picture

Both patches look fine to me. I don't really care which one we go with (or both). Any preferences?

This one also searches project_release nodes, which is interesting. Not sure if that's what we want, but it's a neat idea.

dww’s picture

After review, I just committed #168819 to project. Still awaiting feedback on if we want this one for d.o itself, or just use that.

Crell’s picture

Let's try the one in project* first. If we find that's insufficient and need modules and themes separated, we can toss this in as well for d.o.

dww’s picture

Status: Needs review » Closed (duplicate)

Ok, the other one is now deployed. Let's forget about the module/theme specific approach for now. We can always reopen this if we need to.