Closed (fixed)
Project:
SQL Search (Trip Search)
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Jun 2005 at 18:21 UTC
Updated:
13 Feb 2007 at 08:46 UTC
It seems that we only use the first word and then issue a warning that the user was not found.
Comments
Comment #1
Ian Ward commentedI 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.
Comment #2
moshe weitzman commentedas 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.
Comment #3
mindless commentednow using textfield with autocomplete for username.
Comment #4
(not verified) commented