I tried to file an issue concerning Drupal.org to see whether it already existed. I couldn't match the project name, even though multiple projects contain Drupal.org in the name.

Steps:
1. Go to the Drupal issues database
2. Click Create a new issue
3. In project, type Drupal.org
4. Click Search

Actual result: Error message "Multiple matches found for Drupal.org."
Expected result:

Error message "Multiple matches found for Drupal.org. File instead on one of the following: 'drupal.org content' 'drupal.org infrastructure' 'drupal.org webmasters'" and whatever other 'drupal.org' projects exist.

[Just so you know, I had to look up past issues I filed to get the project name.]

Comments

Charles Belov’s picture

Title: Can't file an issue restricted by project if you don't know the exact project name » Can't file an issue if you don't know the exact project name
drumm’s picture

Project: Drupal.org infrastructure » Project issue tracking
Version: » 7.x-2.x-dev
Component: Other » User interface

This error message is generated by project_issue_pick_project_form_validate().

drumm’s picture

Issue tags: +drupal.org hitlist

project_issue_pick_project_form_validate() checks for propertyCondition('title', '%' . db_like($form_state['values']['project']) . '%', 'like'). We can either only do exact matching; or try exact matching first, then see if there is a single LIKE match.

drumm’s picture

Assigned: Unassigned » drumm
Status: Active » Closed (works as designed)

The button is no longer labeled "Search", it is "Next". And the autocomplete serves as a search function.

Charles Belov’s picture

Status: Closed (works as designed) » Fixed

Actually, the issue is fixed, because the autocomplete now works and I get a list of all the projects with Drupal.org in them.

Status: Fixed » Closed (fixed)

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