Changes between Initial Version and Version 2 of Ticket #25697
- Timestamp:
- 10/25/2013 03:33:42 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25697
- Property Cc tom@… added
-
Ticket #25697 – Description
initial v2 1 I just created a new user called " abc123" with an email address of "camel@ example.com" (space added because Trac seems to eat email addresses)on the main site of a multisite installation.1 I just created a new user called "`abc123`" with an email address of "`camel@example.com`" on the main site of a multisite installation. 2 2 3 3 I performed the following searches in both /wp-admin/users.php and /wp-admin/network/users.php: 4 4 5 * " camel@ example.com" (again, space added for Trac's benefit)finds the user in both cases6 * " @example.com" finds the user only on the non-network search7 * " camel@" finds the user only on the non-network search8 * " example.com" does not find the user9 * " camel" does not find the user5 * "`camel@example.com`" finds the user in both cases 6 * "`@example.com`" finds the user only on the non-network search 7 * "`camel@`" finds the user only on the non-network search 8 * "`example.com`" does not find the user 9 * "`camel`" does not find the user 10 10 11 It would be helpful to be able to search for @example.comin the network admin for instance when we receive bounce emails which don't specify the full email address.11 It would be helpful to be able to search for `@example.com` in the network admin for instance when we receive bounce emails which don't specify the full email address.