Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #25697


Ignore:
Timestamp:
10/25/2013 03:33:42 PM (11 years ago)
Author:
DrewAPicture
Comment:

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.
     1I just created a new user called "`abc123`" with an email address of "`camel@example.com`" on the main site of a multisite installation.
    22
    33I performed the following searches in both /wp-admin/users.php and /wp-admin/network/users.php:
    44
    5 * "camel@ example.com" (again, space added for Trac's benefit) 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
     5* "`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
    1010
    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.
     11It 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.