[wp-trac] [WordPress Trac] #22309: user search should match display_name and user_email too by default
WordPress Trac
noreply at wordpress.org
Tue Oct 30 10:29:43 UTC 2012
#22309: user search should match display_name and user_email too by default
-------------------------+------------------------
Reporter: magnus78 | Owner:
Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: Users | Version:
Severity: normal | Resolution: duplicate
Keywords: has-patch |
-------------------------+------------------------
Comment (by magnus78):
If we worry about speed of large networks i don't see why we wouldn't just
add an index for these too?
ALTER TABLE users ADD KEY (user_email);
ALTER TABLE users ADD KEY (display_name);
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22309#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list