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 |
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