It seems that we only use the first word and then issue a warning that the user was not found.

Comments

Ian Ward’s picture

I have usernames w/ spaces working on a testing site. What I did notice is if there are more than 30 users the pull-down list turns into just a text field where you enter the username, and it seems to not work. I bumped this up to 500 on a site w/ 300+ users and the pulldown menu re-appeared and works.

moshe weitzman’s picture

Title: Usernames with spaces not supported in Advanced Search » Use autocomplete for Usernames in Advanced Search

as a short term fix, i changed the code to show a dropdown for all sites with less than 1000 users. I will commit that shortly ... the right fix for HEAD and future versions of Drupal is to swap this field with the new form_autocomplete() stuff. Changed title accordingly.

mindless’s picture

Assigned: Unassigned » mindless
Status: Active » Fixed

now using textfield with autocomplete for username.

Anonymous’s picture

Status: Fixed » Closed (fixed)