Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#18216 closed defect (bug) (duplicate)

Search Sites in Network Admin doesn't return partial matches

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

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
15 years ago

  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status newclosed

#16647, related: #15170

You need to use explicit wildcards now. Try abc*

Note: See TracTickets for help on using tickets.