Opened 10 years ago
Closed 10 years ago
#5930 closed defect (bug) (worksforme)
Private message sending: autocomplete username doesn't match typed letters
Reported by: | SGr33n | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Core | Keywords: | reporter-feedback |
Cc: |
Description
Hi,
Today I was testing the private message sending and the autocomplete username field and I figured out that the first returned username doesn't match at all with entered words, it just matches the second part after the first letter.
E.g.
Typed pat
returned:
-misscat
-patana
-patanela
Attachments (1)
Change History (4)
#1
@
10 years ago
- Keywords reporter-feedback added
Hi SGr33n,
I'm not sure autocomplete is wrong. Since 2.1, the autocomplete is now using the BP_Members_Suggestions
class meaning it's using BP_User_Query, meaning, if xprofile component is active it will not only look in user_login or user_nicename but also in user's profile fields.
Could you check if Misscat have a xProfile field value containing %pat% ?
If so then i think it's not a bug
Screenshot of the Wrong Autocomplete Bug