Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#18216 closed defect (bug) (duplicate)

Search Sites in Network Admin doesn't return partial matches

Reported by: novasource's profile novasource Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.2.1
Component: Network Admin Keywords:
Focuses: multisite Cc:

Description

Suppose I have a network enabled WordPress site, and it has a blog named /abcdef/. If I go to wp-admin/network/sites.php and then search on abc in the Search Sites box at top right, I get no matches. I only get a match if I type abcdef.

This seems unusual. The search box should return partial matches, including returning the abcdef blog if I search on any substring in its name.

Change History (1)

#1 @SergeyBiryukov
14 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

#16647, related: #15170

You need to use explicit wildcards now. Try abc*

Note: See TracTickets for help on using tickets.