[buddypress-trac] [BuddyPress Trac] #5155: Messaging: ajax autocomplete does not work if users want to send an email to users login name
buddypress-trac
noreply at wordpress.org
Sun Mar 9 13:58:12 UTC 2014
#5155: Messaging: ajax autocomplete does not work if users want to send an email
to users login name
--------------------------------------------+--------------------
Reporter: quan_flo | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.0
Component: Core | Version: 1.8.1
Severity: normal | Resolution:
Keywords: needs-refresh needs-unit-tests |
--------------------------------------------+--------------------
Comment (by boonebgorges):
In [changeset:"8087"]:
{{{
#!CommitTicketReference repository="" revision="8087"
BP_User_Query search_terms should match against user_login and
user_nicename in addition to xprofile fields
This changeset changes the search_terms logic in BP_User_Query so that it
matches user_login and user_nicename in the core users table. Then, via
filter,
the xprofile component amends the WHERE clause so that search_terms are
matched
in the users table OR the xprofile data table.
Clauses have been refactored to subqueries rather than storing the matched
user IDs in PHP, for improved performance.
See #5155
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5155#comment:11>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list