Opened 12 years ago
Closed 12 years ago
#23667 closed defect (bug) (duplicate)
Searching Sites in Network Admin Should Use Wildcards
Reported by: | hurtige | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.1 |
Component: | Network Admin | Keywords: | |
Focuses: | multisite | Cc: |
Description
In a Multisite Network:
Searching on the Sites List does not follow the same pattern as the rest of the searching of Wordpress, in particular it does not return results for partial terms
Example
You have a list of sites such as "main site" and "subsite1"
None of the terms "sub", "site", or "subsite" return the site titled "subsite1"
in other words you must remember the exact name of the site to get it returned in the search which is a pain with large networks
Change History (2)
Note: See
TracTickets for help on using
tickets.
It supports wildcard search if you add a * to your query, although I think it only adds the wildcard to the end. That is, sub* should fine "subsite1", but "*site*" won't. Not sure what exactly the reason is, although I have a feeling there probably is one.