[wp-trac] [WordPress Trac] #16366: Search Users box on ms-users.php doesn't search all fields

WordPress Trac noreply at wordpress.org
Wed Apr 3 18:24:27 UTC 2013


#16366: Search Users box on ms-users.php doesn't search all fields
---------------------------+-----------------------------
 Reporter:  novasource     |       Owner:
     Type:  enhancement    |      Status:  reopened
 Priority:  normal         |   Milestone:  Future Release
Component:  Network Admin  |     Version:  3.0.4
 Severity:  normal         |  Resolution:
 Keywords:  has-patch      |
---------------------------+-----------------------------

Comment (by aaroncampbell):

 This filter would be really nice to have.  The argument westi made of not
 having an index on certain columns makes sense, but should also apply to
 user_email and user_url...both of which have since been added to the
 allowed list which is now:
 {{{
 array( 'ID', 'user_login', 'user_email', 'user_url', 'user_nicename' )
 }}}
 Also, it's relatively easy for a specific site to add the necessary index
 if it's something they need.

 +1 for adding the `user_search_columns` filter

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16366#comment:13>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list