Closed (fixed)
Project:
ProfilePlus
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Apr 2008 at 17:10 UTC
Updated:
19 Aug 2010 at 07:40 UTC
Searching seems to be case sensitive - and should not be, I think.
Please see path provided.
| Comment | File | Size | Author |
|---|---|---|---|
| profileplus.patch | 2.11 KB | iwankgb |
Comments
Comment #1
davemybes commentedInteresting that your profile search is case sensitive (the patch makes sense for that), because I can search in all different cases, even mixed, and still see the correct expected results. Remember, the user has to have something in at least one of the profile fields for that user to show up in the search results.
Comment #2
davemybes commentedNo reply on this issue, and I can't replicate it, so marking as fixed.
Comment #4
gmh04 commentedHi
I can reproduce this on my system. I'm using drupal 6.14 Profile Plus 6.x-1.1 and Postgres 8.1.5. LIKE is case sensitive in Postgres: http://www.postgresql.org/docs/8.1/static/functions-matching.html.
The following works for me:
Comment #5
gmh04 commentedComment #6
james marks commentedFixed in substantial rewrite of profile_search() function in 6.x-2.x-dev version.
James