Questions and Answers :
Web site :
FIXED: User search fails badly with wildcard character "*"
Message board moderation
Author | Message |
---|---|
AMDave Volunteer moderator Volunteer tester Send message Joined: 30 Aug 11 Posts: 41 Credit: 100,018 RAC: 0 |
Server software version: 24370 / 11 Oct 2011 | 8:09:00 UTC Steps to reproduce: 1. main page. 2. click user search 3. enter "*" (without the quotes) expected result: All users returned or warning message displayed actual result: Warning: Cannot modify header information - headers already sent by (output started at /home/boincadm/projects/yafu/html/inc/util.inc:149) in /home/boincadm/projects/yafu/html/inc/util.inc on line 141 Warning: Cannot modify header information - headers already sent by (output started at /home/boincadm/projects/yafu/html/inc/util.inc:149) in /home/boincadm/projects/yafu/html/inc/util.inc on line 143 Warning: Cannot modify header information - headers already sent by (output started at /home/boincadm/projects/yafu/html/inc/util.inc:149) in /home/boincadm/projects/yafu/html/inc/util.inc on line 144 Warning: Cannot modify header information - headers already sent by (output started at /home/boincadm/projects/yafu/html/inc/util.inc:149) in /home/boincadm/projects/yafu/html/inc/util.inc on line 145 Warning: Cannot modify header information - headers already sent by (output started at /home/boincadm/projects/yafu/html/inc/util.inc:149) in /home/boincadm/projects/yafu/html/inc/util.inc on line 146 Unable to handle request helpful notes: the Forum Search handles this character ok. the Teams search also does this ok and says "No teams were found matching your criteria. Try another search." assumption -> the User search is missing a bit of code that the other two have. |
yoyo_rkn Volunteer moderator Project administrator Project developer Project tester Volunteer developer Volunteer tester Project scientist Send message Joined: 22 Aug 11 Posts: 736 Credit: 17,612,101 RAC: 76 |
Fixed by David. yoyo |
AMDave Volunteer moderator Volunteer tester Send message Joined: 30 Aug 11 Posts: 41 Credit: 100,018 RAC: 0 |
Thanks. I actually found that was a regression. I found a live older version and tried it there and it gave a warning message that the search string should be at least 3 characters. I think the next bug will be harder to find. It's starting to look pretty good from this end. :) |
yoyo_rkn Volunteer moderator Project administrator Project developer Project tester Volunteer developer Volunteer tester Project scientist Send message Joined: 22 Aug 11 Posts: 736 Credit: 17,612,101 RAC: 76 |
Thanks for your effort. I'm also checking the German translations. Some translation is still missing. yoyo |