[buddypress-trac] [BuddyPress Trac] #3126: Sorting users alphabetically produces inconsistent results
buddypress-trac
noreply at wordpress.org
Sat May 3 18:26:40 UTC 2014
#3126: Sorting users alphabetically produces inconsistent results
--------------------------+----------------------
Reporter: dimitryz | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Core | Version: 1.2.8
Severity: normal | Resolution: invalid
Keywords: needs-patch |
--------------------------+----------------------
Changes (by boonebgorges):
* status: new => closed
* resolution: => invalid
* severity: => normal
* milestone: Future Release =>
Comment:
I don't think this is an issue anymore. For one thing,
`BP_Core_User::get_users()` has been deprecated in favor of
`BP_User_Query`. Furthermore, `BP_User_Query` uses a subquery for search
term matching, not a join, which should mean that sort order and filtering
are totally independent of each other in these sorts of cases.
If I'm wrong about this, please feel free to reopen the ticket with
details to reproduce.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3126#comment:8>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list