Opened 13 years ago
Closed 13 years ago
#19999 closed defect (bug) (fixed)
Don't allow user_url searches on large networks
Reported by: | ryan | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | 3.3.1 |
Component: | Users | Keywords: | |
Focuses: | Cc: |
Description
WP_User_Query queries against user_url when the search term looks like a URL. Since user_url has no index, this is very slow on networks with lots of users. Given that user_url searching isn't that useful anyway, let's disable useR_url searches on large networks.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Patch excludes user_url from the default search columns. Plugins can still request user_url searches via the search_columns arg.